chrisbra / matchit

The matchit plugin from Vim
61 stars 9 forks source link

Fix match_skip special value parsing when 'ic' is set #33

Closed dkearns closed 2 years ago

dkearns commented 2 years ago

When 'ignorecase' is set the negated special values S:Foo and R:Bar are parsed as s:FOO and r:Bar, always matching the specified pattern.

chrisbra commented 2 years ago

thanks!