chrisbra / matchit

The matchit plugin from Vim
61 stars 9 forks source link

Update default match_words preprocessor pattern for C23 #41

Closed dkearns closed 8 months ago

dkearns commented 8 months ago

Add support for #elifdef and #elifndef. These are already supported by Vim's % command which uses a less strict pattern, /#el/, to match these.

Fixes https://github.com/vim/vim/issues/13667#issuecomment-1888468046

chrisbra commented 8 months ago

thanks!