b:match_words which contains patterns used by matchit plugin to find tag's counterpath, is fixed so that matching happens using the whole tag, not just its first letter.
Also, it allows to find matching tag in case if there are spaces or attributes after tag name.
This MR addresses chrisbra/matchit#51
https://github.com/vim/vim/pull/20313
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
thanks. Can you give an example where this change is required?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
thanks. Can you give an example where this change is required?
Sure!
For the following snippets:
<b> <big>some text</big> </b>
<b id="123"> <big>some text</big> </b>
<b id="123" name="abc" > <big>some text</big> </b>
the following scenario must succeed:
set ft=htmlb tag% several times must jump before opening and closing tags.big tag% several times must jump before opening and closing tags.—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()