... Hello, that's pretty nice that you ran valgrind ontop of vim. I bet everyone else could have done so as well. Would you please tell in more detail. Maybe...
Hi Martin and Bram, ... Do you think the trunk of the Svn repository will be a good place for storing those *bleeding edge* code? If anyone geeky or nurdy...
Patch 7.1.050 Problem: Possible crash when using C++ indenting. (Chris Monson) Solution: Keep the line pointer to the line to compare with. Avoid going ...
... I've rsync'd against ftp.nluug.nl and it doesn't contain this change. Going forward, is the runtime directory in CVS / SVN the definitive source for the...
Kim Schulz has written a book on using Vim The full title is: "Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor". I have written a bit of...
Bug: A nested, transparent syntax region loses its transparency when extending its containing region. Reproducible: Always Steps to Reproduce: ... 2. Type the...
Bug: After insert-mode completion, Ctrl-Y changes the character before the cursor Reproducible: Always Steps to Reproduce: 1. In Insert mode (after some text),...
I was hoping somebody could point me in the right direction on how to parse key mappings like <D-M-Left>. I'm guessing there are already functions that do...
Hey, I'd usually ask Bram but I think it'd be a lot faster to ask the community. I'm working on a bug in which safe_vgetc() returns a pointer to -24317. The...
unsubscribe --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit...
Patch 7.1.043 Problem: In Ex mode using CTRL-D twice may cause a crash. Cursor isn't positioned properly after CTRL-D. Solution: Set prev_char properly....
Patch 7.1.036 Problem: Completing ":echohl" argument should include "None". (Ori Avtalion) ":match" should have "none" too. Solution: Add flags to use...
Patch below fixes a couple of typos in French documentation. /Dominique pel@pel-laptop:~/sb/vim7/runtime/doc$ cvs diff -c vim-fr.UTF-8.1 Index: vim-fr.UTF-8.1 ...
Patch 7.1.042 (after 7.1.040) Problem: Internal error when using matchadd(). (David Larson) Solution: Check the third argument to be present before using...
I generally use ^C instead of Esc to return to normal mode. I've noticed that when I "^VjjjI#" -- which I often do in front of lines of Python to comment out...
In ftplugin/changelog.vim is a small copy/paste error, that leads to an undefined variable. Changing the following lines solves the problem: @@ -131,7 +131,7...
The GTK2 build swaps the red and blue foreground colors. The following patch fixes the problem. This patch is made on version 7.1.39. ... *************** ... ...
The GTK2 build swaps the red and blue foreground colors. The following patch fixes the problem. This patch is made on version 7.1.39. ... *************** ... ...
Hi all. I have a working proof-of-concept (i.e. it's currently a mess) of recursive :globals. Some examples. To replace `bar' with `baz' if it's on a line...