分页: 1 / 1
About the plugin of vim
发表于 : 2012-09-08 22:08
由 tracyone
Hello everyone,recently,I learn to use vim editor to edit my program.
I downloaded many vim plugin in vim.org,now I use cscope+ctags+taglist+bufexplorer+nerdtree+srcexpl+autopair+lookupfile+winmanage+c.vim to read source code and program.
The problem is :
1,when I switch between tabs,the vim show some errors about taglist,like Taglist_fold.........
I have to type return many times.........
2,Are there any suggests about the vim plugin ,求推荐==!
Re: About the plugin of vim
发表于 : 2012-09-08 23:07
由 lilydjwg
Re: About the plugin of vim
发表于 : 2012-09-09 2:29
由 fanhe
Re: About the plugin of vim
发表于 : 2012-09-09 10:38
由 tracyone
好多

好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
Re: About the plugin of vim
发表于 : 2012-09-09 10:38
由 tracyone
Re: About the plugin of vim
发表于 : 2012-09-09 11:24
由 lilydjwg
tracyone 写了:
好多

好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
vim 失去响应的情况我遇到过两个:
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时
以上情况的解决方案是,杀掉对应的子进程。
Re: About the plugin of vim
发表于 : 2012-09-09 11:45
由 tracyone
lilydjwg 写了:tracyone 写了:
好多

好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
vim 失去响应的情况我遇到过两个:
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时
以上情况的解决方案是,杀掉对应的子进程。
纳尼,杀掉之后没保存的东东怎么恢复啊
Re: About the plugin of vim
发表于 : 2012-09-09 12:17
由 lilydjwg
tracyone 写了:lilydjwg 写了:tracyone 写了:
好多

好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
vim 失去响应的情况我遇到过两个:
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时
以上情况的解决方案是,杀掉对应的子进程。
纳尼,杀掉之后没保存的东东怎么恢复啊
杀的是子进程又不是 vim……再说了,杀掉 vim 后不是还有 swap 文件吗,未保存的也就 4 秒或者 200 个字符而已(默认)。
Re: About the plugin of vim
发表于 : 2012-09-09 13:11
由 lainme
我有这些,vundle管理的
Bundle 'gmarik/vundle'
Bundle 'taglist.vim'
Bundle 'The-NERD-Commenter'
Bundle 'buftabs'
Bundle 'po.vim--Jelenak'
Bundle 'SudoEdit.vim'
Bundle 'fcitx.vim'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'notes.vim'
Bundle 'DirDiff.vim'
Bundle 'linediff.vim'
Bundle 'git://github.com/lainme/simplecompile.git'
Re: About the plugin of vim
发表于 : 2012-09-09 13:31
由 lilydjwg
lainme 写了:我有这些,vundle管理的
Bundle 'gmarik/vundle'
Bundle 'taglist.vim'
Bundle 'The-NERD-Commenter'
Bundle 'buftabs'
Bundle 'po.vim--Jelenak'
Bundle 'SudoEdit.vim'
Bundle 'fcitx.vim'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'notes.vim'
Bundle 'DirDiff.vim'
Bundle 'linediff.vim'
Bundle 'git://github.com/lainme/simplecompile.git'
linediff 貌似不错耶,我去试试。