To make maintenance simpler I have removed the support for Mac OS 9 and the KDE GUI. Everybody appears to use OS/X now. The KDE GUI never worked very well...
In some cases it is useful to have the commandline at the top of the window. So it would be nice to have the possibility to choose whether the commandline is...
The vim7 configure check for tcl seems to need more backslashes to avoid dumping bogus extra parts of TCL_DEFS into CFLAGS. I think the attached patch should...
Hi folks, I sent this to vim@... but thought that maybe this is a bug, so I'm sending it to the developers mailing list too: I have the following piece of...
Hi I just want to announce, that I have registered a project at sourceforge for the vimplugin: http://sf.net/projects/vimplugin There, interested ppl can get...
Patch 6.4.004 Problem: "go" does not work correctly in combination with 'virtualedit39;. (Alojz Motesicky) Solution: Reset the "coladd" field. Files:...
This is the first time I have written a patch for vim, so someone please have a look and tell me if it looks reasonable. (Please also try applying and...
It would be nice if zg and zw showed the name of the spell file that it modifies. This is not as crucial if no count is given, but if you have more than one...
It definitely looks like a bug... I turned on the verbose and script names. It has exact the same output when I start gvim from the context menu or from the...
... Probably the easiest way is to yank it. Assuming you want it done from a script: norm! gv"ay You probably should save&restore the register you use for...
When I start VIM from the Windows Context menu, my cindent is turned off, although I have it turned on in my vimrc file. When I start it regular way, it is OK ...
Patch 6.4.002 Problem: Unix: There is a small chance that the ownership of the wrong file is changed. Solution: Use fchown() instead of chown() for the...
After I returned from my trip to Uganda I had a big pile of mail waiting for me, both paper and electronic. I have now finished dealing with this. If you...
The glob() function does not match broken links, at least on unix. For sample in an empty directory, do % touch a % ln -s a b % ln -s c d % ex -c ":echo...
Bug? When starting select-mode in gvim (e.g. by Shift-Right followed by Shift-Left) on a single screen cell containing both a spacing character (e.g. U+0644...
Hi all I want to use vim as my editor inside the Eclipse IDE. This is not a feature request, but a question what would be the best way to get there: I first...
Hello Vim Developers, I am getting the following as part of the output from CVS: cvs update: Updating runtime/plugin C runtime/plugin/netrwPlugin.vim cvs...
Hi VIM developers, I deeply hope that Vim script can support gettext so that I can translate the user interface of a Vim plugin into another language much more...
hi all, i got a compile error when compiling vim 6.4 with tcl support. interesting part of compile log at bottom. full log attached. any suggestions? thx ...
Hello Vim Developers, The CVS repository is still at 156. The most recent patch level at the FTP site is 157 and is dated Oct 12, 2005. Is the repository...
I have test51 failed because file that should be filled with test output (test.out) been created in on of the previous tests, already exists. ... output with...
Hello. /pattern (main use) For each (active) window separately. Storage in Session.vim Click, n n n n n - search this Click, n n n n n - search that ... -- ...
Hi, A few weeks ago, the list got a following note, but no one replies to it since then: <quote> From: Chia-I Wu <b90201047@...> Date: Sun Oct 30, 2005 3:32 am...
The attached patch adds support for preserving SELinux security labels when writing a file. Gentoo's vim maintainer got tired of including it in patch...
Hi folks, Any comments or suggestions would be appreciated. I've been looking into how to use GPG with VIM in a secure fashion. I've already set up VIM to be...
Hi everybody, Here is a patch for src/fileio.c, fixing a buffer overflow when invoking vimgrep (if FEAT_AUTOCMD and FEAT_SYN_HL are defined). The ex_vimgrep...
I would like to know the default value for 'fileformat39; while executing a script. The only way I've come up with is to: let ff_save = &fileformat set...