]> granicus.if.org Git - vim/commit
patch 9.0.1047: matchparen is slow v9.0.1047
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Dec 2022 14:18:31 +0000 (14:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Dec 2022 14:18:31 +0000 (14:18 +0000)
commit79336e19cb39322d45a787c33b83cce3b314a012
tree6a89cce98cfb7e3ba695a8f7c10f98a00fc2f92f
parent3ea8a1b1296af5b0c6a163ab995aa16d49ac5f10
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)
src/regexp_nfa.c
src/version.c