0
0
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:
Yegappan Lakshmanan
2022-03-12 17:38:29 +00:00
committed by Bram Moolenaar
parent d0b7bfa957
commit 8b530b3158
3 changed files with 10 additions and 4 deletions

View File

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