]> granicus.if.org Git - vim/commit
patch 8.1.0991: cannot build with a mix of features v8.1.0991
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Mar 2019 13:42:11 +0000 (14:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Mar 2019 13:42:11 +0000 (14:42 +0100)
commit975880b6e6de473b512995ef87ce072aaca934cf
treed13ee3177bfa632013b01ff00c93315f8dbbb2ce
parente21c1580b7acb598a6e3c38565434fe5d0e2ad7a
patch 8.1.0991: cannot build with a mix of features

Problem:    Cannot build with FEAT_EVAL defined and FEAT_SEARCH_EXTRA
            undefined, and with FEAT_DIFF defined and FEAT_EVAL undefined.
Solution:   Add a couple of #ifdefs. (closes #4067)
src/diff.c
src/search.c
src/version.c