This commit is contained in:
Jan Edmund Lazo 2019-01-07 01:00:13 -05:00
parent 5395dd6209
commit b5216a3e5b

View File

@ -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) {