maralla / completor.vim

Async completion framework made ease.
MIT License
1.29k stars 63 forks source link

vim 8.1 complete error when python doc preview open #203

Closed a3linux closed 6 years ago

a3linux commented 6 years ago

Environment

How to reproduction:

vim test.py, then type "import os\r\n os.", the auto complete menu will pop up, to select the first item, it should be "abc", doc window shows and then the auto complete menu does not work any more. At this time, if close the doc preview windows and go back to the edit window(the complete menu still opens there) then, you will get "E523 not allowed here" error.

Screenshot

vim8 1-error

a3linux commented 6 years ago

For Fedora 28 user, if you have the same issue, please downgrade the vim to 8.0 as workaround,

 $ sudo dnf install vim-enhanced-8.0.1704-1.fc28.x86_64
a3linux commented 6 years ago

Looks like this is a Vim 8.1 issue, not the plugin one, https://github.com/vim/vim/issues/2990 So this can be resolved.

Thanks.