1
0
forked from aniani/vim

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

@@ -248,11 +248,6 @@
# define FEAT_EMACS_TAGS
#endif
/*
* +tag_binary Can use a binary search for the tags file.
*/
#define FEAT_TAG_BINS
/*
* +cscope Unix only: Cscope support.
*/