commit | 4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 19:13:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 19:13:46 2016 +0200 |
tree | 1f99127dcddcda19da0a408a32612bc33f968fa5 | |
parent | f1f0792e55e72cdc7c833b30f565a9b02f18bb1e [diff] [blame] |
patch 7.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)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 3a0742d..c8d23ea 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -181,6 +181,7 @@ test_perl.res \ test_quickfix.res \ test_ruby.res \ + test_search.res \ test_signs.res \ test_startup.res \ test_startup_utf8.res \