Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 vim 中使用 Eclim 的自动完成功能时,它会在我的 vim 顶部显示一个提示窗口。我怎样才能禁用它,或者更好地让它自动消失?
我认为您的意思是显示有关当前完成项的详细信息的预览窗口。利用
:set completeopt-=preview
关闭它。