]> granicus.if.org Git - vim/commit
patch 8.2.4518: the binary tag search feature is always enabled v8.2.4518
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 6 Mar 2022 14:27:10 +0000 (14:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Mar 2022 14:27:10 +0000 (14:27 +0000)
commit655b734ee858e90dd8d28549b7704a71b25d30e7
treea18d58d13ad674adfc569675fe1b7979b8fe3846
parent9eccee0e856e9fc77c343028b516dfe5df8fd1ed
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)
src/evalfunc.c
src/feature.h
src/tag.c
src/testdir/test_tagjump.vim
src/testdir/test_taglist.vim
src/version.c