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