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:
committed by
Bram Moolenaar
parent
9eccee0e85
commit
655b734ee8
@@ -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,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user