commit | 349e7d94e6bbb253bb87adad9039f095128ab543 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 20:04:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 20:04:34 2016 +0200 |
tree | eca82c3c71ab11c9f9810d8081818ecd8aec07b1 | |
parent | 0913a1089a07ac7b17abc3a1343dfa7cd25613f4 [diff] [blame] |
patch 7.4.2318 Problem: When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as before. Solution: Move #ifdef and don't use goto.
diff --git a/src/version.c b/src/version.c index fd8d713..40d6dc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2318, +/**/ 2317, /**/ 2316,