Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(completion): avoid unnecessary redraw for floating window (#3151)
"suggest.enablePreselect": true, neovim may use `nvim_select_popupmenu_item` to preselect matched item which will fire `CompleteChanged` event to redraw detail. We should use `noa complete()` to avoid unnecessary redraw.
- Loading branch information