c.vim : C/C++ IDE --Write and run programs. Insert statements, idioms, comments etc.
script karma | Rating 4587/1385, Downloaded by 80474 | Comments, bugs, improvements | Vim wiki |
created by |
Fritz Mehner |
script type |
utility |
description |
** Statement oriented editing ofC / C++ programs ** Speed up writing new code considerably. ** Write code und comments with a professional appearance from the beginning. ** Use code snippets - insertion of various types of comments (file prologue, function descriptions, file section headers Here are some screen shots : http://lug.fh-swf.de/vim/vim-c/screenshots-en.html The help file online : http://lug.fh-swf.de/vim/vim-c/csupport.html The key mappings of this plugin (PDF) : http://lug.fh-swf.de/vim/vim-c/c-hotkeys.pdf See also the http://www.thegeekstuff.com tutorial DOCUMENTATION :h csupport ** PLEASE READ THE DOCUMENTATION ** Editing actions differ for different modes! MAILING LIST http://lug.fh-swf.de/cgi-bin/mailman/listinfo/vim-plugins-list The vim-plugins-list list is very low on traffic. |
install details |
Copy the zip archivecvim.zip to $HOME/.vim/ (Linux/Unix) or $HOME/vimfiles (Windows) and run unzip cvim.zip If you have already an older version of this plugin and you have modified the template files you may want to save your templates first or copy the files from the archive by hand. See also the file README.csupport within the zip file. |