开发者

eclim (eclipse + vim) auto-completion

When I use eclim's auto-completion features in headless mode, it opens the regular auto-completion little window but also opens a separate scratch preview window to show the overloaded functions. How can I not let the scratch window show up? (like just have every开发者_如何学Pythonthing in the little auto-completion window)


set cot-=preview 

in ur vimrc


Also could do the following your vimrc

set cot=menu
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜