All, Andy Wokula suggested a solution to the problem that buffer-local mappings have to wait if they are prefixes of global mappings. Below is a patch that...
Hi, When I split the window my cursor disappears. The cursor is still functional but has just disappeared. This is tested because when I scroll I can see the...
Patch 7.3.810 Problem: 'relativenumber is reset unexpectedly. (François Ingelrest) Solution: After an option was reset also reset the global value. Add a...
Patch 7.3.822 (after 7.3.799) Problem: Crash when accessing freed buffer. Solution: Get 'textwidth39; in caller of enter_buffer(). (Christian Brabandt) ...
I noticed some syntax error in netrw147e. Please check the following lines. diff --git a/autoload/netrw.vim b/autoload/netrw.vim index 574e574..93beb04 100644 ...
By compiling vim 7.3.531 with the the latest Racket 5.2 on Windows 7 ... if_mzsch.c:806:4: error: #error Precise GC v.4+ or Racket with futures/places do not...
Hi Marcin! ... Personally, I have never used nroff macros and I think the 'paragraphs39; and 'sections39; setttings are pretty useless, if you can't use regular ...
Bram, I think I've found a bug with the regular expression engine: ~$ vim -u NONE -N ... " Note how the cursor /does not/ move ... " Note, that the cursor...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 109 by bland...@...: src/Make_mvc.mak fails for quoted values of SDK_INCLUDE_DIR ...
Patch 7.3.799 Problem: The color column is not correct when entering a buffer. (Ben Fritz) Solution: Call check_colorcolumn() if 'textwidth39; changed....
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 28 by metaed: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7 ...
Bram, The other day in #vim, someone was wondering why :s/SOMEWORD/\L\u&/ was resulting in sOMEWORD instead of title-case (Someword). That seemed like a...
Hey, For doing libclang assisted re-factoring (renaming of symbols), I want to replace the symbol name at given locations with the new symbol name. Now, the...
Hi! I'm fooling around with gcov[1] at $dayjob and I think vim would benefit from it too. Attached is a patch to produce both gcov (text-only) and lcov (html)...
Patch 7.3.818 Problem: When test 40 fails because of a bad build it may leave files behind that cause it to fail later. Solution: Let the file names start...
Patch 7.3.817 Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim. Files: src/testdir/test89.in ... *************** ...
Hello, Vim hangs when trying to insert a line after the long line in the attached file. * extract the attached zip. * open with vim. * use 'o' or 'O' to begin...
Hey, I am currently trying to improve the clang_complete plugin to have a global notion of symbols. One thing I would like to do is highlighting all occurences...
With respect to this thread on so: http://stackoverflow.com/questions/14842987/vim-wildmenu-move-into-subdirectory-with-a-different-key-than-down It seems like...
Steps to reproduce: 0. Have the matchparen plugin enabled. 1. Create a file with the following 3 lines: { { } 2. Move to the second line, and indent it with...
Patch 7.3.813 Problem: The CompleteDone event is not triggered when there are no pattern matches. (Jianjun Mao) Solution: Trigger the event. (Christian...
Patch 7.3.809 Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long. Files: src/dosinst.c...