嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
vim的C—support插件,让vim识别C、c 文件,安装方法在描述里面
需要说明的是,好像只能放在这个目录下,我用的是Opensuse10.2版本,root帐号,在root目录下不存在这个目录,以前配置vim时,都是在etc中进行编辑vimrc,这次如法炮制,把文件复制到/usr/share/vim/vim70中解压,...
.
├── cvim
│ ├── README.csupport
│ ├── c-support
│ │ ├── codesnippets
│ │ │ ├── Makefile
│ │ │ ├── Makefile.multi-target.template
│ │ │ ├── calloc_double_matrix.c
│ │ │ ├── calloc_int_matrix.c
│ │ │ ├── main.c
│ │ │ ├── main.cc
│ │ │ ├── print_double_array.c.noindent
│ │ │ └── print_int_array.c.noindent
│ │ ├── doc
│ │ │ ├── ChangeLog
│ │ │ ├── c-hotkeys.pdf
│ │ │ └── c-hotkeys.tex
│ │ ├── rc
│ │ │ ├── customization.ctags
│ │ │ ├── customization.gvimrc
│ │ │ ├── customization.indent.pro
│ │ │ └── customization.vimrc
│ │ ├── scripts
│ │ │ └── wrapper.sh
│ │ ├── templates
│ │ │ ├── Templates
│ │ │ ├── c.comments.template
│ │ │ ├── c.cpp.template
│ │ │ ├── c.idioms.template
│ │ │ ├── c.preprocessor.template
│ │ │ ├── c.statements.template
│ │ │ ├── cpp.comments.template
│ │ │ ├── cpp.cpp.template
│ │ │ ├── cpp.idioms.template
│ │ │ ├── cpp.preprocessor.template
│ │ │ └── cpp.statements.template
│ │ └── wordlists
│ │ ├── c-c -keywords.list
│ │ ├── k r.list
│ │ └── stl_index.list
│ ├── doc
│ │ └── csupport.txt
│ ├── ftplugin
│ │ └── c.vim
│ └── plugin
│ └── c.vim
└── vim的C—support插件,让vim识别C、c 文件,安装方法在描述里面_cvim.rar
11 directories, 35 files