aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index a3da057374..6ec0d4a095 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -1806,7 +1806,7 @@ do_set (
set_vim_var_string(VV_OPTION_TYPE, buf_type, -1);
apply_autocmds(EVENT_OPTIONSET,
(char_u *)options[opt_idx].fullname,
- NULL, FALSE, NULL);
+ NULL, false, NULL);
reset_v_option_vars();
xfree(saved_origval);
}