[I sent the following to vim@... a couple days ago and have not had any responses, so I'm forwarding to vim-dev with the hope of either getting a response...
This patch should fix a problem when compiling the Win32 version with IME support and then using a DBCS codepage different from the system one. Please verify...
Patch 6.1.213 Problem: Using CTRL-W H may cause a big gap to appear below the last window. (Aric Blumer) Solution: Don't set the window height when there...
Hi all, I am using Vim 6.1 on a Windows 2000 system. When I use the following command: echo system('ctags' . ' -f - ' . '"c:\xxx92;myfile.c"39;) the tag listing...
Patch 6.1.212 Problem: When Vim was started with "-R" ":new" creates a buffer 'noreadonly39; while ":enew" has 'readonly39; set. (Preben Guldberg) Solution:...
Patch 6.1.210 Problem: When there is an iconv() conversion error when reading a file there can be an error the next time iconv() is used. Solution: Reset...
Hi!
I develop an MRU plugin.
During the developement, I experienced, that the plugin become very
slow.
So I decided to measure the time spent with the...
Patch 6.1.209 Problem: Printing doesn't work on Mac OS classic. Solution: Use a ":" for path separator when opening the resource file. (Axel Kielhorn) ...
Patch 6.1.208 Problem: Can't use the buffer number from the Python interface. Solution: Add buffer.number. (Michal Vitecek) Files: src/if_python.c ......
Patch 6.1.207 Problem: Indenting a Java file hangs below a line with a comment after a command. Solution: Break out of a loop. (Andre Pang) Also line up }...
I was using a win32 vim6.1.100 gvim. The Edit menu shows Paste as equivalent to "+P. When I used the Paste menu item, the cursor was placed at the end of the ...
Hi list, I have been using vim for the last 3 weeks and have fallen in love with it (and its editing philosophy). I use mingw on windows as my C++ compiler....
Hi all, I saw a feature request on the comp.editors newsgroup for adding indent level objects to Vim. I think this will be useful. I have the attached a Vim...
I find myself in the fortunate position of having no job. This frees me to use some time to tackle the odd vim problem. ... I decided to look at: 8 When...
Hello, I made a german translation (beta) of the vimtutor. I put it at http://people.freenet.de/schuttvim/tutor.ge.html and attached it also to this mail. If...
Hi, given the following situation: I have loaded plenty of files into vim. All buffers can be classified by some criterion i.e. file extension. How can I...
Hi, I have found a little problem with :make or :cn. After that cursor is moved to the line of the first error/warning. If the error was in another file than...
hello, this little patch adds buffer number to a list of it's attribute members. i found it useful in my script, perhaps it'll be useful for someone else as...
I've settled on :8 for this.. seems a little more sane than :X. Here's the patch with doco. Can somebody check I have the string-memory management correct...
hello, just a suggestion. i know lots of people use vimfiles directories to keep their "private" settings... however, vimfiles is not mentioned in the help...
Patch 6.1.206 Problem: The script generated with ":mksession" doesn't work properly when some commands are mapped. Solution: Use ":normal!" instead of...
Patch 6.1.205 Problem: The gzip plugin changes the alternate file when editing a compressed file. (Oliver Fuchs) Solution: Temporarily remove the 'a' and...
... This cause trouble when an user use some mappings for these keys used in session file. "!" flag must be used, isn't? Please check attached patch. Regards....
A call to win32 vimmers! I _have created_ a patch that adds a modifier which is currently :X (from dir /x) that modifies the filename to be the windows short...
He wrote extra informations about this to me that he use these mappings: inoremap <Down> <C-O>g<Down> inoremap <Up> <C-O>g<Up> This unexpected IM activation is...
I am trying to keep two copies of the vim sources: one from CVS (in vim/) and the other from the tarballs and patches (in vim61/). I just updated both, and...
Patch 6.1.204 (depends on 6.1.129) Problem: Warning for an illegal pointer on Solaris. Solution: Add a typecast. (Derek Wyatt) Files: src/misc2.c ... ...
Patch 6.1.203 Problem: ":%s/~//" causes a crash after ":%s/x//". (Gary Holloway) Solution: Avoid reading past the end of a line when "~" is empty. Files:...