chrisbra / matchit

The matchit plugin from Vim
61 stars 9 forks source link

Support Funcrefs when setting match_words and match_skip #39

Open dkearns opened 1 year ago

dkearns commented 1 year ago

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.