文件名称:cvim插件,vim编程利器
文件大小:133KB
文件格式:ZIP
更新时间:2014-12-06 04:02:09
cvim
cvim是vim编程的插件,如果安装配置好后, vim/gvim就是一个c/c++编程的一个IDE, 其功能堪比windows里常用的vc助手. 比如:进入vim, 敲入 "\im" 即可发现一个main函数框架就这样快捷简单完美地写出. 其他的if swith for等都有对应的快捷键 安装方法见帮助文件readme.csupport
【文件预览】:
ftplugin
----make.vim(1KB)
----c.vim(32KB)
c-support
----templates()
--------c.idioms.template(5KB)
--------cpp.preprocessor.template(2KB)
--------cpp.comments.template(8KB)
--------c.cpp.template(17KB)
--------Templates(937B)
--------cpp.idioms.template(4KB)
--------cpp.statements.template(2KB)
--------c.statements.template(2KB)
--------c.preprocessor.template(2KB)
--------cpp.cpp.template(17KB)
--------c.comments.template(8KB)
----rc()
--------customization.indent.pro(199B)
--------customization.gvimrc(3KB)
--------customization.vimrc(10KB)
--------customization.ctags(200B)
----codesnippets()
--------print_double_array.c.noindent(1KB)
--------print_array.cc.noindent(1KB)
--------main.c(498B)
--------calloc_double_matrix.c(1KB)
--------Makefile.multi-target.template(2KB)
--------main.cc(503B)
--------Makefile(7KB)
--------print_int_array.c.noindent(1KB)
--------calloc_int_matrix.c(1KB)
----wordlists()
--------c-c++-keywords.list(2KB)
--------stl_index.list(2KB)
--------k+r.list(1KB)
----doc()
--------c-hotkeys.pdf(37KB)
--------c-hotkeys.tex(16KB)
--------ChangeLog(24KB)
----scripts()
--------wrapper.sh(1KB)
README.csupport
plugin
----c.vim(169KB)
doc
----csupport.txt(95KB)