Patch 7.3.138 Problem: ":com" changes the multi-byte text of :echo. (Dimitar Dimitrov) Solution: Search for K_SPECIAL as a byte, not a character. (Ben...
Vim crash when opening the following xpm file. http://sites.google.com/site/yukihironakadaira/100x100.xpm 100x100.xpm is 100x100 size with 10000 different...
Patch 7.3.117 Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) ...
Hi With a fresh clone from the repository, I have this problem on Pardus Linux and couldn't find any config.log: src $ make Makefile:297: auto/config.mk: No...
Hello, The attachment fixes a document bug, which misses some float point functions in usr_41.txt. Regards, H Xu 03/01/2011 -- You received this message from...
Hello All, I would appreciate if someone would comment if the following I'm trying is feasible. It does not work in the way that I'm attempting to. Thank you...
Hello, This patch implement a pipe mechanism for the Win32 version of vim, it's benefits are : - No more temporary files for filtering - No console window...
Hi, I use a shared additional vim spell file that contains word marked as bad like 'foo/!39;. For words that can be written in different correct ways, which at...
... n <NL> foo ... E31: No such mapping ... " it succeeds to unmap for <NL> I had expected that :nunmap converts <C-j> to <NL>. why :nunmap does not do that?...
Patch 7.3.135 Problem: When there is no previous substitute pattern, the previous search pattern is used. The other way around doesn't work. Solution:...
Patch 7.3.133 Problem: When using encryption it's not clear what method was used. Solution: In the file message show "blowfish" when using blowfish. ...
Patch 7.3.131 Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file. Files: src/os_unix.h ... *************** ***...
Using ctrl+v U in insert mode, you can enter Unicode characters by code point. UTF-8 can only encode up to U+7FFFFFFF. Entering any code point up to that value...
Hi, I just discovered the "messages" syntax highlighter. It was well hidden because in Debian, the main syslog file is /var/log/syslog. See attached patch,...
Hello, In patch 101: "Subject: Patch 7.3.1" instead of "7.3.101" In patch 104: line "Patch 7.3.104" missing before "Problem ..." In patch 119: "Subject: Patch...
I'm a fairly recent convert to vim, after using emacs for many, many years (I used the very first version of emacs, built on top of Teco, on Tenex on a DEC...
The attached patch updates the spec.vim syntax to recognize the %global RPM macro. Thanks, luke -- You received this message from the "vim_dev" maillist. Do...
All, I have been updating Václav Šmilauer's breakindent patch to keep it compiling. See https://retracile.net/wiki/VimBreakIndent for the patch and an...
The latest version of CCTree addresses the issues of slow loading speeds and support for large cscope database files. Benchmark results: Loading cscope...
Hi, v:count1 is set to 0 when I run the following (vim 7.3 patches 1-107): vim -c 'echo v:count1' I confirmed this with other people on #vim@freenode, do you...
On the page http://vimdoc.sourceforge.net/htmldoc/help.html#reference_toc if you click the link 'index.txt39;, which purports to take you to an alphabetical...