1
0
forked from aniani/vim

patch 9.0.1047: matchparen is slow

Problem:    Matchparen is slow.
Solution:   Actually use the position where the match started, not the
            position where the search started. (closes #11644)
This commit is contained in:
Bram Moolenaar
2022-12-11 14:18:31 +00:00
parent 3ea8a1b129
commit 79336e19cb
2 changed files with 19 additions and 7 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1047,
/**/
1046,
/**/