commit | d0480097177369a6ed91d47aba189ae647afcd68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 22:20:39 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 22:20:39 2017 +0100 |
tree | 843535035064603b175733322adad326163a735c | |
parent | 9c6ce0e62297294b41344e684429a91853bc2268 [diff] [blame] |
patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty pattern Problem: CTRL-G/CTRL-T don't work with incsearch and empty pattern. Solution: Use the last search pattern. (Christian Brabandt, closes #2292)
diff --git a/src/version.c b/src/version.c index 2789f2b..1dd52da 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1304, +/**/ 1303, /**/ 1302,