summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-26 19:13:46 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-26 19:13:46 +0200
commit4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7 (patch)
tree1f99127dcddcda19da0a408a32612bc33f968fa5 /src/Makefile
parentf1f0792e55e72cdc7c833b30f565a9b02f18bb1e (diff)
patch 7.4.2259v7.4.2259
Problem: With 'incsearch' can only see the next match. Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian Brabandt)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index af0ffc08db..dd9d24744c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2110,6 +2110,7 @@ test_arglist \
test_regexp_utf8 \
test_reltime \
test_ruby \
+ test_search \
test_searchpos \
test_set \
test_signs \