]> granicus.if.org Git - vim/commit
patch 8.2.5028: syntax regexp matching can be slow v8.2.5028
authorBram Moolenaar <Bram@vim.org>
Fri, 27 May 2022 14:35:28 +0000 (15:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 May 2022 14:35:28 +0000 (15:35 +0100)
commit02e8d4e4ffcdd6ee919e19692d591da8e18a565d
treec8c1beb22eaee3ccfece6beb09c0620b20f5b80f
parentbf79a4e48d09a5ae08645592885d54230fed30b8
patch 8.2.5028: syntax regexp matching can be slow

Problem:    Syntax regexp matching can be slow.
Solution:   Adjust the counters for checking the timeout to check about once
            per msec. (closes #10487, closes #2712)
src/regexp_bt.c
src/regexp_nfa.c
src/version.c