How do you automatically remove the preview window after autocompletion in Vim?

前端 未结 7 690
执笔经年
执笔经年 2021-01-29 18:05

I\'m using omnifunc=pythoncomplete. When autocompleting a word (e.g., os.), I get the list of eligible class members and functions, as

相关标签:
7条回答
  • 2021-01-29 18:55

    I don't know how to close it automatically, but you can type

    :pclose

    to close the scratch preview manually.

    0 讨论(0)
提交回复
热议问题