mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lint
This commit is contained in:
parent
5395dd6209
commit
b5216a3e5b
@ -4698,7 +4698,7 @@ static int ins_complete(int c, bool enable_pum)
|
||||
pos = curwin->w_cursor;
|
||||
curwin_save = curwin;
|
||||
curbuf_save = curbuf;
|
||||
col = call_func_retnr(funcname, 2, args, FALSE);
|
||||
col = call_func_retnr(funcname, 2, args, false);
|
||||
|
||||
State = save_State;
|
||||
if (curwin_save != curwin || curbuf_save != curbuf) {
|
||||
|
Loading…
Reference in New Issue
Block a user