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/version.c b/src/version.c index 83bf09b..c2b6698 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2259, +/**/ 2258, /**/ 2257,