diff options
Diffstat (limited to 'src/optionstr.c')
-rw-r--r-- | src/optionstr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionstr.c b/src/optionstr.c index 084b43870..53d3a1ac5 100644 --- a/src/optionstr.c +++ b/src/optionstr.c @@ -142,7 +142,7 @@ didset_string_options(void) * "newval" the new value */ void -trigger_optionsset_string( +trigger_optionset_string( int opt_idx, int opt_flags, char_u *oldval, @@ -542,7 +542,7 @@ set_string_option( #if defined(FEAT_EVAL) // call autocommand after handling side effects if (errmsg == NULL) - trigger_optionsset_string(opt_idx, opt_flags, + trigger_optionset_string(opt_idx, opt_flags, saved_oldval, saved_oldval_l, saved_oldval_g, saved_newval); vim_free(saved_oldval); |