0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.4518: the binary tag search feature is always enabled

Problem:    The binary tag search feature is always enabled.
Solution:   Remove the #ifdefs.  Add a few more tests. (Yegappan Lakshmanan,
            closes #9893)
This commit is contained in:
Yegappan Lakshmanan
2022-03-06 14:27:10 +00:00
committed by Bram Moolenaar
parent 9eccee0e85
commit 655b734ee8
6 changed files with 91 additions and 63 deletions

View File

@@ -590,11 +590,7 @@ static char *(features[]) =
#if defined(USE_SYSTEM) && defined(UNIX)
"+system()",
#endif
#ifdef FEAT_TAG_BINS
"+tag_binary",
#else
"-tag_binary",
#endif
"-tag_old_static",
"-tag_any_white",
#ifdef FEAT_TCL
@@ -754,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4518,
/**/
4517,
/**/