Search code examples
javaeclim

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


Solution

  • set cot-=preview 
    

    in ur vimrc