Hi I made a map to remove signature in a mail forward: map! ,W /^.*> -- $<CR><Esc>ma<Esc>/^$<CR><Esc>mb<Esc>:'a,39;bd<CR><Esc> And i want to use autocmd to...
Hello, I love :w !sh command and am doing most of filenames changes in that way (and other nice stuff). But I don't know hot to do something like this: name of...
Sorry if this has been posted and I missed it. What are some good sources for iSpell for win32 binaries? Anything better? I've decided to just spell check my...
I just saw this warning message when I went to yahoo groups page to do a search in it. Warning! Your group has exceeded its message storage limits of 64 MB by...
Has anyone out there created a Vim vhdl indentation file? I might try if noone else has created one, but as I'm new to vhdl and I haven't made an indentation...
Hello All, When I setlocal the current buffer to be nobuflisted and then change its name with :f command, but later if I do a :ls the file that's meant to be ...
Hi all, Usually I have to paste parts of big config files from one terminal to another which has vi running. When I paste it, the lines are pasted anyhow like...
Off-hand, can anybody point me to the patch created a few months ago that shortens the line numbering column? Can't seem to find it in the Yahoo archives. (Is...
Is there any way to have vim display the fact that CAPS LOCK is on (Sort of like a statusbar)? I often find that i've just typed a constant, switch back to...
Suppose some ftplugin author has defined some <sid> local functions in the ftplugin and I want to use the same function to extend the plugin. I put my ...
When in insert mode, how does one go about Shifting multiple lines of code? I know that Ctrl + T and Ctrl + D shift and unshift the current *line* of text but...
Hello, An example: I've got: printf("text1: bla"); printf("text2: blabla"); And I would like to put a #ifdef - #endif around each line: #ifdef DEBUG_STDOUT ...
... I either get some garbage in my buffer, or get a "Vim: Caught deadly signal SEGV" -- looks like an internal buffer may be getting overridden, or ...
Hello All, I've been playing with the java highlight script file and have got everything almost what I want it to be. But there is this '&' quite annoying, I...
I did some initial searching to see if there was a plugin for the Perl debugger and I have not found one. Is there such a beast?? If not, is it because it...
I have placed Win32 binaries (gvim, gvim with ole, W32 console mode vim) for vim 6.1.200 on my vim page at http://www.unb.ca/chem/ajit/vim.htm The zip files...
Is there any kind of plugin for VIM that performs spell checking? Has anyone accomplished this a better way? Thanks very much! Christopher J. Meisenzahl CPS,...
Vim substitution command provides the following flags: & c e g p r I i When we use the 'c', only the first match in a line is substituted, while using the 'g'...
hello. maybe you guys have already discussed this matter, but i had REAL issues when i tried to compile vim 6.1 (stable version) with gcc 3.2. it compiled...
Dear Vim users: I have a gvim related question: I often use gvim in my Windows98 pc to edit an html file stored in my home directory of a Unix system. The home...
I meant to send this mail to the group, hit reply instead of reply all. Thanks, Hari ... __________________________________________________ Do you Yahoo!? New...
Hi This command doesn't work when I try it, I get an error message. I checked :version, and multy_byte is set properly. So where am I going wrong? Thanks ...
Is there an easy way to scroll X chars to the right or left? Is this built in to VIM? Or do I need to customize it somehow? Thanks Again! Christopher J....
Hi I'm using the Ada95 language and the GNAT compiler. Ada95 is not supported by ctags, but GNAT has it's own tool for generating tag files. The format of this...
Hi, While downloading stuff from the wonderful http://www.vim.org/ I came upon the ironman colorscheme. The author of this theme provided a link to a...
Vim 6.1.165 W2K This only occurs with gvim, vim(console) works fine. I have a script that loops through all the open buffers looking for a string. The problem...
Hi, I would like a certain command to be executed before I close the buffer (say, on the BufUnload au event), but only for this buffer (or actually for this...
Vim 6.1.165 W2K I use the echo statement to display information to the user when my function is executed. What is happening is I am getting a number of blanks...