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...
Patch 7.3.808 Problem: Python threads still do not work properly. Solution: Fix both Python 2 and 3. Add tests. (Ken Takata) Files: src/if_python.c,...
Hi, Attached is runtime/syntax/mallard.vim, a syntax file for the Mallard [1] markup language. It is based on the latest version of the Mallard Mallard 1.0...
Hi, 1. gvim -NX -u NONE -c 'se cb^=unnamedplus39; 2. iLorem ipsum dolor<esc> 3. yvbgevbp => E353: Nothing in register + I would have expected a result of: Lorem...
What about the following new binary operator? expr-a in expr-b The result would be boolean (i.e. integer with value 0 or 1). If expr-b is a List, then the...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 62 by Michael....@...: Netrw v145: '/' character in 'is keyword' leaks into new...