commit | 79336e19cb39322d45a787c33b83cce3b314a012 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 11 14:18:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 11 14:18:31 2022 +0000 |
tree | 6a89cce98cfb7e3ba695a8f7c10f98a00fc2f92f | |
parent | 3ea8a1b1296af5b0c6a163ab995aa16d49ac5f10 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b1e39c0..f4e8d9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1047, +/**/ 1046, /**/ 1045,