mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.1093: support for outdated tags format slows down tag parsing
Problem: Support for outdated tags format slows down tag parsing. Solution: Remove FEAT_TAG_OLDSTATIC.
This commit is contained in:
@@ -605,11 +605,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-tag_binary",
|
||||
#endif
|
||||
#ifdef FEAT_TAG_OLDSTATIC
|
||||
"+tag_old_static",
|
||||
#else
|
||||
"-tag_old_static",
|
||||
#endif
|
||||
"-tag_any_white",
|
||||
#ifdef FEAT_TCL
|
||||
# ifdef DYNAMIC_TCL
|
||||
@@ -775,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1093,
|
||||
/**/
|
||||
1092,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user