Patch 7.0.107 Problem: Incremental search doesn't redraw the text tabline. (Ilya Bobir) Also happens in other situations with one window in a tab page. ...
Patch 7.0.106 Problem: The spell popup menu uses ":amenu", triggering mappings. Other PopupMenu autocommands are removed. (John Little) Solution: Use...
Hi! I have updated the sources of Vim from CVS (7.0.106) and tried to compile Vim. The GUI version can be built, but I get the following errors when I build...
After recompiling Vim with -D_FILE_OFFSET_BITS=64, everything involving tags break, including the help system. Typing :h, or pressing ^] to jump to a tag,...
Hello, Backspacing or typing while the Vim 7 Insert completion popup window is running is very difficult when the completion list is long or comes from many...
Hi all, I noticed the following in VIM 7: - When I have multiple tabs and windows in each tab open, and I am doing a :bufdo :e to reload all buffers, the list...
Patch 7.0.104 Problem: The CursorHoldI event only triggers once in Insert mode. It also triggers after CTRL-V and other two-key commands. Solution: Set...
Hi, In the vim documentation, there is a note about a possibility to display an icon thanks to the "kind" information of a popup item (:h complete-items) : ...
Hi there! I've solved problem with processing network connection in RealWaitForChar, but now I have another problem. If user presses : in normal mode and...
I have enabled CursorLine and CursorColumn highlights as follows: (~/.vimrc): [...] colorscheme almost-default [...] if exists("+cursorcolumn") set cuc cul ...
Patch 7.0.096 Problem: taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari Krishna Dara) ...
Patch 7.0.101 Problem: When the "~/.vim/spell" directory does not exist "zg" may create a wrong directory. "zw" doesn't work. Solution: Use the directory...
Patch 7.0.094 Problem: When a hidden buffer is made the current buffer and another file edited later, the file message will still be given. Using ":silent"...
I saw in the c.vim that there was an error statement for octal numbers. There isn't one for hex numbers so I made one really quickly. If you want, just put it...
There is a free, but not open source, 3d modelling package called
Anim8or at http://www.anim8or.com/ which, in the new beta release
has a scripting language....
It is fairly easy to check for inconsistencies in Binary, Octal, and Hex because they have a fixed format. Decimal is not as easy due to there being integers,...
Hello all vimmers! I would like to ask - how should I add additional stuff in RealWaitForChar? I have some network protocol, when another side periodically...
How can a script test for specific patchlevel ? For example, I have vim 7.0.86 and I need to check in the script that patchlevel is >= 7.0.86. But v:version is...
Patch 7.0.100 Problem: "zug" may report the wrong filename. (Lawrence Kesteloot) Solution: Call home_replace() to fill NameBuff[]. Files: src/spell.c ...
I see a case in which winrestview() work incorrectly after PageDown near end-of-file. (This is in the context of scrollfix plugin.) To reproduce: % vim -u NONE...
Hi All, I'm trying to write a syntax file for a grammar called wpm, a simplified version is attached as test.apm in the attachment. And the syntax file is ...
Hello Vim Developers, To better understand what vimdiff is doing (and why it is so slow), I had my shell (4NT under WinXP) keep a log showing me just what was...
Ok, after downloading the current items on the web page at vim.org both C and Perl are working ok (in both Windows and Cygwin/Linux). Basic still has the...
Hi. I tried ftp access with "netrw.vim". ex: :e ftp://machine/path/ I get "--No lines in buffer--". and I get following message in vim buffer in japanese. ftp:...