1
0
forked from aniani/vim

patch 9.0.0963: function name does not match autocmd event name

Problem:    Function name does not match autocmd event name.
Solution:   Rename "optionsset" to "optionset". (closes #11630)
This commit is contained in:
zeertzjq
2022-11-28 11:36:50 +00:00
committed by Bram Moolenaar
parent 38854b565a
commit 269aa2b29a
5 changed files with 7 additions and 5 deletions

View File

@@ -1618,7 +1618,7 @@ do_set_string(
#if defined(FEAT_EVAL)
if (*errmsg == NULL)
trigger_optionsset_string(opt_idx, opt_flags, saved_origval,
trigger_optionset_string(opt_idx, opt_flags, saved_origval,
saved_origval_l, saved_origval_g, saved_newval);
vim_free(saved_origval);
vim_free(saved_origval_l);