maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

completopt setting unnecessarily overwritten by completor #109

Closed mikepqr closed 6 years ago

mikepqr commented 7 years ago

With completor active, if you do :set completeopt=menu,preview (for example) then do any completion (e.g. ctrl-n, ctrl-x ctrl-u), completeopt gets overwritten by completor to preview,menuone,noselect.

These lines appear to be the problem.

Is there a reason for this behaviour? It seems very disruptive/agressive. None of the changes seem essential to completeopt.