You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frees up :match for other uses, as seen in #98, also less :exe.
A single matchadd() id should be used because matchadd() goes over from
one buffer to the next, so creating a new id causes
matchadd/matchdelete calls to not work as expected.
It seems that using the same match id across buffers does not seem to
interfere with other open buffers, neither in tabs nor splits.
0 commit comments