mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
lint
This commit is contained in:
@@ -4698,7 +4698,7 @@ static int ins_complete(int c, bool enable_pum)
|
|||||||
pos = curwin->w_cursor;
|
pos = curwin->w_cursor;
|
||||||
curwin_save = curwin;
|
curwin_save = curwin;
|
||||||
curbuf_save = curbuf;
|
curbuf_save = curbuf;
|
||||||
col = call_func_retnr(funcname, 2, args, FALSE);
|
col = call_func_retnr(funcname, 2, args, false);
|
||||||
|
|
||||||
State = save_State;
|
State = save_State;
|
||||||
if (curwin_save != curwin || curbuf_save != curbuf) {
|
if (curwin_save != curwin || curbuf_save != curbuf) {
|
||||||
|
Reference in New Issue
Block a user