On very long lines matching may become slow, so don't do matching if the
cursor column is larger than 'synmaxcol'.
Example:
call setline(1, repeat(' foobar', 100000))
runtime plugin/matchparen.vim
normal! $hhhhhhhh
https://github.com/vim/vim/pull/15567
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Closed #15567.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Actually I found a way to make this faster so that the limit is unnecessary. I'll open a new PR later.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.