commit | da5116da4586fc714434411d2cccb066caa3723e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 01 23:11:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 01 23:11:17 2017 +0200 |
tree | c2d09893bb76acd0bcddde976ab3593bc61fc829 | |
parent | a83fe75ca76f6f74daa1e5a620054b973b43379b [diff] [blame] |
patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction Problem: Using CTRL-G with 'incsearch' and ? goes in the wrong direction. (Ramel Eshed) Solution: Adjust search_start. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4e7558a..917eaa8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 692, +/**/ 691, /**/ 690,