mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
vim-patch:8.0.0035 (#5609)
Problem: Order of matches for 'omnifunc' is messed up. (Danny Su)
Solution: Do not set compl_curr_match when called from complete_check().
(closes vim/vim#1168)
472e85970e
This commit is contained in:
@@ -4549,7 +4549,7 @@ exit_matched:
|
||||
}
|
||||
line_breakcheck();
|
||||
if (action == ACTION_EXPAND)
|
||||
ins_compl_check_keys(30);
|
||||
ins_compl_check_keys(30, false);
|
||||
if (got_int || compl_interrupted)
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user