mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
patch 8.2.4553: linear tag search is a bit slow
Problem: Linear tag search is a bit slow. Solution: Remove a vim_ftell() call. (Yegappan Lakshmanan, closes #9937)
This commit is contained in:
committed by
Bram Moolenaar
parent
d0b7bfa957
commit
8b530b3158
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4553,
|
||||
/**/
|
||||
4552,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user