commit | b29b96806f1472371fb3cc01d48394e00b95cfc8 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Mar 13 19:23:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 19:23:48 2022 +0000 |
tree | 4911fbe938c3ba3b0904b906e04caf61452df25f | |
parent | 424da7aa481032f501158a671a0c1d117507afdd [diff] [blame] |
patch 8.2.4562: linear tag search is not optimal Problem: Linear tag search is not optimal. Solution: Improve linear tag search performance. (Yegappan Lakshmanan, closes #9944)
diff --git a/src/version.c b/src/version.c index 2bc2cc4..7ac37a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4562, +/**/ 4561, /**/ 4560,