开发者

VIM Freezes on OmniComplete with a PHP file?

开发者 https://www.devze.com 2023-03-09 21:16 出处:网络
I\'m trying to check out omnicompletion. I created a php file then when I type in \"subs\" then CTL+x CTL+o I expect to see a pop up of su开发者_运维百科bstr. However it just freezes and I have to fo

I'm trying to check out omnicompletion. I created a php file

then when I type in "subs" then CTL+x CTL+o I expect to see a pop up of su开发者_运维百科bstr. However it just freezes and I have to force quit it. I've tried it in MacVim and regular VIM, same result. I wiped out all my plugins and started new and it still happens. Any ideas?

I should also note I've tried https://github.com/Shougo/neocomplcache which worked for a while and now as soon as I type one letter in it starts to freeze on me.


The PHP omnicompletion script launches a small window showing a "prototype" of the method highlighted in the context menu. It's possible that some autocommand tries to do too much at window creation or lost of focus.

0

精彩评论

暂无评论...
验证码 换一张
取 消