commit | 02e8d4e4ffcdd6ee919e19692d591da8e18a565d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 15:35:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 15:35:28 2022 +0100 |
tree | c8c1beb22eaee3ccfece6beb09c0620b20f5b80f | |
parent | bf79a4e48d09a5ae08645592885d54230fed30b8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3cc224e..480ff28 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5028, +/**/ 5027, /**/ 5026,