mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
Improve coding style
This commit is contained in:
parent
cf673f60c6
commit
972b43459b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user