Vim自动完成:"未找到模式"

时间:2015-03-06 14:31:49

标签: vim autocomplete

我正在使用vim与snipmate和youcompleteme。我已将其配置如下:

imap hh <Plug>snipMateNextOrTrigger

" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
let g:UltiSnipsExpandTrigger=""
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"

我的所有代码段都位于~/.vim/snippets/...。当我输入一个片段时,我可以看到vim识别它是这样的:

enter image description here

但是,当我输入hh加载代码段时,我收到此错误:

enter image description here

我的设置有什么问题?

非常感谢

0 个答案:

没有答案