... /. Now all search highlighted text apears with a darkcyan background and a TRANSPARENT (i.e. syntax color) foreground. I think it might be more usefull to...
Since Johannes brought up the spell highlighting buisness, it caused me to get off my butt and update the mail syntax file to include vim7's wonderfull spell...
Hello, Bram! When there are no arguments, <f-args> will create no arguments. That appears not to be the case for <q-args>, as shown by sourcing fun!...
ok, I jumped on the list a tad late... and have been seeing things about this new "spell" feature... but can't seem to find anything on what or how to use...
I have applied PC-lint to vim7. It identified many identifiers with external linkage which can have internal linkage instead. (extern foo -> static foo) I used...
Recently I wrote about a trie data structure for spelling word lists. There was some doubt as to the memory efficiency. Therefore I did a small test with the...
Hi, I just tried to use the 'spell39; feature in vim7 on a latex file. Unfortunately, I get spelling errors only displayed within '(...)39;. How can I get spelling...
Patch 6.3.075 Problem: After unloading another buffer, syntax highlighting in the current buffer may be wrong when it uses "containedin". (Eric Arnold) ...
... This is something I have not seen myself, I don't use vim in a similar way either, I usually have just one window or window splitted just horizontally. I'm...
In the current snapshot the :sort command is available. That means sorting no longer depends on an external command. This is the help for it: *:sor* *:sort* ...
hey all, I just noticed that backspace becomes ^? in putty, at least on vim version 6.3 on solaris 2.8, when the TERM is set to xterm. Is there any easy way...
Hello, Why previous method of splitting string into individual characters was changed? split('string39;, '') was quite nice and worked advertised split('string39;,...
Bram (and Tony) There seems to have been some talk about how the Borland compiler has some deficiencies with wide character handling, and that those that build...
... I am redirecting this thread (or trying to) to the vim-dev list, since it is about compiling and about Vim 7. You must keep the "development" directory...
hey all, Is there an easy way to use vim to view, edit, and save, the contents jar files? I suppose I could make a wrapper to do the extraction, etc, but I was...
Patch 6.3.074 Problem: When mswin.vim is used and 'insertmode39; is set, typing text in Select mode and then using CTRL-V results in <SNR>99_Pastegi. (Georg...
Patch 6.3.073 Problem: Win32 GUI: When the Vim window is partly above or below the screen, scrolling causes display errors when the taskbar is not on that...
Dear Vimmers, New Vim executables (with and without GUI+OLE, with and without debug) are now available for W32. For details, click on the following links: ...
Patch 6.3.072 Problem: Crash in giving substitute message when language is Chinese and encoding is utf-8. (Yongwei) Solution: Make the msg_buf size larger...
... I now wonder why empty items are removed at all. This only makes sense at the start and end. Empty items halfway would not occur if you choose the...
One problem with the autoload mechanism was that it made this command ... This was interpreted as using the variable "var1:var2" from the autoload script...
The attached patch allows you to use MzScheme in the sandbox without compromising the Vim security. -- Sergey Khorev http://iamphet.nm.ru Can anybody think of...
... It seems you are using the MSVC compiler. Hmm, someone stated that it supports the vsnprintf function. Apparently it doesn't. To compile Vim remove this...