vim自定义配置之autoComplPop设置

BundlenInstall安装autoComplPop

vimConfig/plugin/autoComplPop-setting.vim

1 "autocomplpop 设置
2 let g:AutoComplPop_IgnoreCaseOption=1
3 set ignorecase
4 let g:acp_behaviorKeywordCommand="\<C-x>\<C-o>"

 

posted @ 2014-01-07 20:39  自由出土文物  阅读(791)  评论(0编辑  收藏  举报