March 14, 2007 Archives

2007-03-14

vim script: hints_man3

I found a new vim script called hints_man3. It shows the prototype of C library functions as you write them. You need to set your cmdheight option to at least 2 for it to work. This can be done by adding:

au BufRead,BufNewFile *.c,*.h set ch=2

to your .vimrc file. Here is a screenshot:
hints_man3 screenshot