mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Improve coding style
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user