0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Yegappan Lakshmanan
2022-03-13 19:23:48 +00:00
committed by Bram Moolenaar
parent 424da7aa48
commit b29b96806f
2 changed files with 143 additions and 142 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4562,
/**/
4561,
/**/