Calling omnicompletion for every keypress in vim

后端 未结 3 469
庸人自扰
庸人自扰 2021-01-14 17:24

I have a vim script that uses a one line window to get a filename pattern from the user. This pattern can be completed to a full filename from a database if you press CTRL-X

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-14 17:27

    Try - and modify if necessary - this plugin: http://www.vim.org/scripts/script.php?script_id=1879

    I'm a happy user.

提交回复
热议问题