You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would convenient if match_words and match_skip accepted a Funcref rather than just an evaled function call so they behave more like function value options. This would, in particular, allow for them to be set to script-local function values.
It would convenient if
match_wordsandmatch_skipaccepted a Funcref rather than just an evaled function call so they behave more like function value options. This would, in particular, allow for them to be set to script-local function values.