I've started using closetag.vim, and I like it a lot. I'm looking for an easy way to automatically source it when editing a compatible file. This would ...
Often I transplant some code from one place to another by yanking or deleting and putting. Usually I need to adjust the indentation by <'ing or >'ing the...
List: I'm using gcc to compile c++ code with the -Weffc++ option. Unfortunatly, the some of the Standard Library headers aren't effc++ friendly. How do I...
Wow, Thanks for the quick replies to my other question. The other thing I want to know is how to set the width on the column of numbers when you do :set nu....
Okay, I have read just about everything I can read and I know I am just overlooking the answer. In xterm vim (vim running in konsole on Mandrake 8.0) I know...
Hi, Does vim60ap support folding for C/C++ by default? I tried 'zo' and 'zc' with fdm=syntax, but nothing happens. Do I need to modify c.vim for this? Thanks ...
Vimmers, Unfortunately, I'm using a compiler (JBuilder) that only gives the file name with the compile error message, instead of giving the full path. So if I...
Hi! As I use vim to write my mails (mostly at least) I wanted to implement a simple interface to gpg for vim. Mainly it should be able to de- and encrypt...
I found this link from www.shellcity.net for a program that can remap standard keys. I am always reading on this list of people who want to remap keys so I...
I have an idea for a feature that I'd like to try to implement. If it
already exists, please show me where it is and tell me to shut up. If not,
and anyone...
Hi, please excuse me if this has been discussed before, but I couldn't find it mentioned in the archives anywhere, and I didn't see it mentioned in any of the...
Hello, I want to shift a weekday in a file to the next one, Mo to Fr. I wrote this function and call it with ... function! Test(...) let idx = 1 while idx <=...
Hi, please excuse me if this has been discussed before, but I couldn't find it mentioned in the archives anywhere, and I didn't see it mentioned in any of the...
Hi, I'd like to know how to check the value of the character just before the cursor in a function. My idea is to map <TAB> to a function which does a <C-P>...
hello, is it possible to justify text in vim. is that possible to do, or would something like an external program need to be used? perhaps a function would...
Hello, in the last few weeks I was often dealing with legacy code and had to write big portions of the text in upper case. So I'd like to have CAPS lock on...
Regarding the formatoptions option. When I move to or open a perl file my formatoptions=croql. When I move to or open any other file this value changes. I am...
Hi, I'm trying to compile vim 5.8 on this machine: SunOS bobo 5.8 sun4u sparc SUNW,Ultra-250 It seems to configure okay but when compiling I get several errors...
I don't see this here Linux/vim6.0aq (both gui and xterm) What's also strange, is that you've got to redraw the screen in the first place. Usually vim will...
You can also change your habbit and try to use <C-N> and <C-P> for completion. Enter the first few characters of the variable name and press one of the above...
I was wondering if anybody knew of how to enlarge the selection of available fonts under Windows (in VIM). I have only 6 or so, and was wondering if I could...
I've been wondering about this for quite a while, as a programmer when I need to insert some text somewhere it might be a variable name that I have to look up ...
Any idea how to do this? I tried map <CAPS-LOCK> <ESC>
map <CAPSLOCK> <ESC>
map <CAPS> <ESC>
map <CLOCK> <ESC>
Not sure what else I can try.
Also, any...
gvim is crashing on startup on Solaris: % ./vim -g Vim: Caught deadly signal BUS Vim: Finished. zsh: bus error (core dumped) ./vim -g Strangely enough, I get...
Hi, This puzzles me. Consider the following `sentence': one two three four five and let's say the cursor is on `one'. /two/;/four/e<CR> leaves the cursor on...
Earlier I posted that I was having some odd coredumping when using gvim and the guipty option. It turns out that libncurses and libc on Solaris 8 share some...