diff options
Diffstat (limited to 'src/optionstr.c')
-rw-r--r-- | src/optionstr.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/optionstr.c b/src/optionstr.c index 705e86089..8948830c8 100644 --- a/src/optionstr.c +++ b/src/optionstr.c @@ -2333,6 +2333,15 @@ ambw_end: } #endif +#ifdef FEAT_EVAL + // 'tagfunc' + else if (gvarp == &p_tfu) + { + if (set_tagfunc_option() == FAIL) + errmsg = e_invarg; + } +#endif + // Options that are a list of flags. else { |