Closed mikepqr closed 6 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.
:set completeopt=menu,preview
completeopt
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.
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 topreview,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.