VIM自动补全功能
ctrl + n
?
可以下载neocomplcache插件,这个好用:
http://www.vim.org/scripts/script.php?script_id=2620
在vimrc中设置
let g:neocomplcache_enable_at_startup = 1?
就能保证一打开vim自动完成就被启用了。