我正在使用 ctrlp.vim 插件,它本质上是一个文件查找器。我按照此处提到的安装步骤进行操作:
http://kien.github.io/ctrlp.vim/#installation (使用 git)
我的插件工作正常且符合预期,但在启动 vim 时出现以下错误:
Error detected while processing FuncUndefined Auto commands for "*":
E194: No alternate file name to substitute for '#': runtime autoload/ctrlp#utils#cachedir.vim
Press ENTER or type command to continue
从我的 vimrc 中删除set runtimepath^=~/.vim/bundle/ctrlp.vim
时,错误消失了,但显然我的插件也停止了工作,这是不希望的。
请帮忙。