chrisbra / matchit

The matchit plugin from Vim
61 stars 9 forks source link

Unescape escaped `:` in patterns #44

Closed rhysd closed 3 months ago

rhysd commented 3 months ago

This fixes https://github.com/vim/vim/issues/14814 completely.

The issue was closed as fixed by d16766961a92ca2f4a95f59487b9448d998dacd7, but it only unescapes ,. \: still has the issue. : should be unescaped as well.

chrisbra commented 3 months ago

thanks! Are you fine with the existing version, or would you like to have it promoted to Vim as well?

rhysd commented 3 months ago

Thank you for the rapid merge! Existing version is fine for me because my plugin has already workarounded this issue :+1: