diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-08-26 19:13:46 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-08-26 19:13:46 +0200 |
| commit | 4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7 (patch) | |
| tree | 1f99127dcddcda19da0a408a32612bc33f968fa5 /src/Makefile | |
| parent | f1f0792e55e72cdc7c833b30f565a9b02f18bb1e (diff) | |
| download | vim-git-4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7.tar.gz | |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index af0ffc08d..dd9d24744 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 \ |
