Hi Bram et al., I'm doing some performance investigations of Vim code trying to understand whether there are any possibilities to improve it. Currently I've...
I caught a typo in options.txt (under 'tagbsearch39;); see attached patch. Best regards, Tony. -- X-rated movies are all alike ... the only thing they leave to...
There seems to be a missing feature with the matchadd() group of commands: it is impossible to determine what the match is under the cursor. Would it be...
Patch 7.1.135 Problem: Win32: When editing a file c:\tmp92;foo and c:\tmp92;\foo we have two buffers for the same file. (Suresh Govindachar) Solution: Invoke...
Hi, ... I did some testing, it's like this on windows as well. And on gtk, the click on the corrected word in the context menu was ignored completely. So this...
Hi vimmers, I try to update my Vim runtime files with AAP. I have AAP 1.090 installed, plus Python 2.5. I execute command ... which is a copy-paste from Vim...
Patch 7.1.130 Problem: Crash with specific order of undo and redo. (A.Politz) Solution: Clear and adjust pointers properly. Add u_check() for debugging. ...
I ran "make test" after patch 7.1.130 and it failed test61 with the following diff... ../vim -u unix.vim -U NONE --noplugin -s dotest.in test61.in 20c20 <...
Patch 7.1.132 Problem: getpos("'>") may return a negative column number for a Linewise selection. (A.Politz) Solution: Don't add one to MAXCOL. Files:...
I've been digging through the Vim source and had trouble trying to understand what win_lbr_chartabsize() is doing. About 112 lines from the start of the...
Hi Vimmers, In file os_win32.c there is a function mch_get_user_name() which uses GetUserName() function to get the logon name on Windows. The constant used to...
There is a known issue with things working on Vista having to do the _access() function. For example, the application gcc uses _access() to find other tools...
I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in...
Dear Bram, While compiling Vim 7.1.125 a few minutes ago (a full compile since globals.h has changed) I noticed a few warnings and thought you might be...
Hi, The following is a resend of a patch from 6 months ago to enable optimized building with to use VC8 features and remove compiler option warnings. TTFN Mike...
... Yes it does fix the leak. Putting a printf() near the new vim_free() also confirms that it goes through that path when trying completion and no match was...
Hey Bram, With the latest version of the w32api that I just released (part of the MinGW suite of packages) there is now proper handling of __IID_DEFINED__. As...
Somehow all session files set the buffer local option 'autoread39; for every restored buffer regardless of what the global/local setting is. I've also noticed...
Since src/gui_w48.c was included in this patch, it should be marked with (extra). That means it requires the extra archive to work without errors. But it...
Patch 7.1.126 Problem: ":vimgrep */*" fails when a BufRead autocommand changes directory. (Bernhard Kuhn) Solution: Change back to the original directory...
I want to use an instance of vim solely as a server, which responds to commands via the clientserver interface. Any chance to start such a headless vim,...
Patch 7.1.124 (extra) Problem: Mac: When dropping a file on Vim.app that is already in the buffer list (from .viminfo) results in editing an empty, unnamed...