Vim:配置vim以显示当前打开文件的自动完成建议

时间:2015-05-25 13:01:22

标签: vim autocomplete

我在一段时间之后有了这个vim配置,它显示了我在会话期间打开的所有文件中按Ctrl + N的自动完成建议,而不仅仅是我正在编辑的当前文件。不幸的是,我丢失了vimrc,现在我无法弄清楚是什么让它这样做了。

通过互联网进行搜索,找到与omnicomplete相关的结果。但我不明白它是如何运作的。任何帮助,将不胜感激。感谢。

1 个答案:

答案 0 :(得分:4)

来自:help i_ctrl-n

CTRL-N    Find next match for words that start with the
          keyword in front of the cursor, looking in places
          specified with the 'complete' option.  The found
          keyword is inserted in front of the cursor.

来自:help 'complete'(或<C-]>上的'complete'):

     b    scan other loaded buffers that are in the buffer list

请勿谷歌,:help。