Hello, The problem. ... Recently, I needed to edit the rpm spec file. The person who edited the spec file before me was xemacs guy. He opened the file in...
Patch 6.2.069 (after 6.2.064) Problem: Unused variables "limit" and "new_st" and unused label "fail" in some situation. (Bill McCarthy) Solution: Put the...
Hello group, There are two peculiarities I want to bring up: [1] nr2char(0) does not yield the internal representative of the null character. Rather,...
... One of these patches is adding things not being used: eval.c: In function `f_resolve39;: eval.c:5813: warning: unused variable `limit' eval.c:6001: warning:...
Patch 6.2.068 Problem: Events for the netbeans interface that include a file name with special characters don't work properly. Solution: Use nb_quote() on...
Patch 6.2.067 Problem: When searching for a string that starts with a composing character the command line isn't drawn properly. Solution: Don't count the...
Patch 6.2.065 Problem: ":windo 123" only updates other windows when entering them. (Walter Briscoe) Solution: Update the topline before going to the next...
Patch 6.2.064 Problem: resolve() only handles one symbolic link, need to repeat it to resolve all of them. Then need to simplify the file name. Solution:...
Patch 6.2.063 Problem: When using custom completion end up with no matches. Solution: Make cmd_numfiles and cmd_files local to completion to avoid that ...
Patch 6.2.062 Problem: When one buffer uses a syntax with "containedin" and another buffer does not, redrawing depends on what the current buffer is. (Brett...
Hi! I just found that there must be a problem either in the dynamic loading mechanism (or something similar) in the win32 version for the iconv libraries. ...
Patch 6.2.061 Problem: GUI: Using the left mouse button with the shift key should work like "*" but it scrolls instead. (Martin Beller) Solution: Don't...
Hi! When I recently started translating Vim into swedish I was supprised when I discovered that Vim, unlike many other high quality free software, didn't use a...
*search-offset* lists: s[+num] [num] characters to the right of the start of the match s[-num] [num] characters to the left of the start of the match ...
Hello! I've just put together v35 of <netrw.vim> -- please test it. There's a Big Change in ftp/http use of fetch, which wasn't always available and has had...
OK, been trying to get this to work: syn region rubyString matchgroup=rubyStringDelimit \start=+\(class92;s*\)\@<!<<-'\z(.*\)'.*92;zs$+ end=+^\s*\z1$+ fold But...
I suscribe to a couple of lists in yahoogroups and last night while using the www interface, I noticed a general announcement stating that on August 21st, the...
The manual mentions one side effect of i_CTRL-O, but there are at least two. The one I'm talking about is, if you type i (to go to insert mode) with a count,...
I have used the Visual Studio IDE, and find that I mostly dislike the the whole GUI development. It makes many things more difficult. However, there are a few...
Hi, It's a payback time :). I have a couple of patches I'd like to submit but I am not sure if the format is correct or the place is right. I will start with...
Patch 6.2.060 (extra) Problem: Win32: When 'encoding39; is set to "iso-8859-7" copy/paste to/from the clipboard gives a lalloc(0) error. (Kriton Kyrimis) ...
Patch 6.2.059 Problem: When 'scrolloff39; is a large number and listing completion results on the command line, then executing a command that jumps close to ...
Hello, I send this to Dr. Campbell but he doesn't respond (holidays?). Highlighting of new -complete=custom in vim.vim Please add this line to syntax/vim.vim :...
The implementation of buffer-local autocommands is included here. It works. The documentation is also included -- in the form of patch to the autocmd.txt. The...
Hi all, Currently the 'autochdir39; option is available only if Vim is compiled with the 'netbeans_intg' or 'sun_workshop39; compile-time options. I think, the...