Hi small patch for exploring 10,000 files with netrw. I confirmed it works correctly on ubuntu 12.04 and win XP. [benchmark] OS:ubuntu 12.04, CPU: Core(TM)2...
Hello Vim users, Vim's charity has done well in 2011. Thank you all for contributing to the lives of poor children in the south of Uganda! Currently about 90...
When using 'guifontwide39;, it causes slow down of drawing wide characters, because gui_mch_draw_string() draws only one wide character in a call. I wrote a...
Patch 7.3.779 Problem: Backwards search lands in wrong place when started on a multibyte character. Solution: Do not set extra_col for a backwards search....
mode() (used in 'statusline39;) doesn't return "Rv" but "R" when entering "Visual Replace Mode" with gR. 'showmode39; correctly displays "VREPLACE". Using gvim...
Typing o in netrw occur error. https://gist.github.com/4583859 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
Hello, When I leave insert or visual mode with <esc> the visual selection stays. I can move around normally (since I'm now in normal mode), but the screen...
Bram, for some reason or the other, I tried a tiny built. Unexptingly the configure script found gnome libraries and built a version of vim linked against the...
Patch 7.3.773 (after 7.3.767) Problem: Crash when OriginalFirstThunk is zero. Solution: Skip items with OriginalFirstThunk not set. (Ken Takata) Files:...
Hi, gui_w32.c depends on gui_w48.c, but the dependency in Make_cyg.mak and Make_ming.mak is not correct. If I edit only gui_w48.c, Vim is not built. Attached...
Hello, It seems runtime/ftplugin/lisp.vim is loaded by other ftplugin files, like scheme.vim, so I think that's the correct place to say that lisp comments are...
I'm building vim on windows 7 with MinGW. The latest built was 766. ... [...] In file included from if_perl.xs:16:0: vim.h:2188:21: fatal error: EXTERN.h: No...
Patch 7.3.772 Problem: Cursor is at the wrong location and below the end of the file after doing substitutions with confirm flag: %s/x/y/c (Dominique Pelle)...
Patch 7.3.768 Problem: settabvar() and setwinvar() may move the cursor. Solution: Save and restore the cursor position when appropriate. (idea by Yasuhiro...