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:
committed by
Bram Moolenaar
parent
424da7aa48
commit
b29b96806f
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4562,
|
||||
/**/
|
||||
4561,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user