Question

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 everything in the little auto-completion window)

Was it helpful?

Solution

set cot-=preview 

in ur vimrc

OTHER TIPS

Also could do the following your vimrc

set cot=menu
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top