我试过bash shell自动完成。
作为信息,我创建了~/.vim/plugin
并复制了acp.vim
文件。
但此消息L9 library must be installed
已发生。
我该如何解决这个问题?感谢。
以下是vim版本和acp.vim
。
acp.vim
"=========================================================================== ==
" Copyright (c) 2007-2009 Takeshi NISHIDA
"
" GetLatestVimScripts: 1879 1 :AutoInstall: AutoComplPop
"=========================================================================== ==
" LOAD GUARD {{{1
try
if !l9#guardScriptLoading(expand('<sfile>:p'), 702, 101, [])
finish
endif
catch /E117/
echoerr '***** L9 library must be installed! *****'
finish
endtry
" }}}1
"=========================================================================== ==
" FUNCTION: {{{1