Hi, I've noticed a problem with Nread : If I do ... But if I do ... this is not really intuitive and should be changed. I think the problem is in the regexps...
Hello! Hope you don't mind... ... " Vim script used to test colors " edit this file, then do ":source %", and check if the colors match " color black...
Vim guys and gals: I have a problem with using <C-R>={expr} in Insert mode. If the cursor is at the end of the line and {expr} moves the cursor, text is ...
Two bugs with 'cpoptions+=$' in vim60u: 1. In the first column, doing a 'C' will always erase the line instead of just placing a '$' at the end of the line. 2....
Hi, I am using Vim 6.0u. When I delete a buffer using :bd <bufno> the buffer becomes a unlisted buffer. The buffer doesn't show up on the :ls output. But...
... Yes, now I can reproduce it. Seeing where it crashes makes it easy to fix it: ... *************** *** 831,849 **** * Set *headp to the size of what we...
I played around with the :X command and the corresponding encryption the last few days. I here just throw some results together, whoever might be interested. ...
I found this funny little item in the todo list: 8 Adjust colortest.vim: Include colors on normal background (Szalai). Reduce the size by using a while loop....
From todo.txt: 9 'smartcase39; also uses 'noignorecase39; when using "\S" in a pattern. I think the problem is more generic than that (eg. "\D"), so below is a...
Attached you'll find a new version of indent/vim.vim, will *not* work on previous (< 60u) versions of vim due to the usage of searchpair(). Fixes several...
Quite a few changes again. All the items for Folding have now been implemented. This is a good time to try it out and report any problems you encounter. ...
Jag har tvĺ requests: 1. Specifikt: Vill ni installera en ny version av VIM (text editor)? Versionen under /utils/sparc/solaris är väldigt gammal och det ...
Hello, I am having a strange problem with vim6.0u... Every once in a while, I get a 'File exists (use ! to override)' message when I try and save a modified...
Please disregard the previous mail that was a draft supposed to be sent to myself. Outlook preselected the VIM-dev address as I was changing to another one and...
What's your take on this one: searchpair needs the cursor to be positioned on the first char of the first word to be able to match with that word: if else ...
Hello, I've put together a Matlab indenting script, in case somebody might find it useful. It's but a preliminary version. I was wondering with the new...
it seems that someone wanted a tcl indent expression so i put one together...i don't guarantee that it does everything it's supposed to but that's what updates...
Hi, I've just upgraded myvim to version 6.0u running on win 2000. When using 'zf' to create a fold, vim now adds the fold marks into the file, which is good....
Look here: http://www.mossbayeng.com/~ron/vim/alpha.html NOTE: I am no longer compressing the gvim.exe because Win95 users were having problems; therefore I am...
This came up on comp.editors on Friday: Jack Thompson <jtp666@...> said ... In reply, I posted this utility of mine, "vimload": and for your amusement ...
hi there if vim is installed in a directory whose name has white spaces (say program files) then gvim.bat fails to start gvim.exe just add quotes around the...
A bug : (vim 6.0t and vim 6.0u) When 'cpoptions39; does not contain 'd', the 'gf' command cannot find a file in the current directory if the currently edited...
I just noticed that if I have a buffer loaded, and do 'bd' to make it secret, then some other process comes along and modifies the file, vim tells me the file...
Actually, what I'm thinking of is being able to 'print39; xterm query codes and have some way of extracting the answer in a vim function. Is that in any shape or...
I am hopelessely struggling with the following, convinced it's my problem somewhere but can't find out where. I managed to reduce the problem into a trivial...