commit | 1195669f9e434fa9ab8b57ee9470bf951e4990b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 16:26:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 16:26:56 2016 +0200 |
tree | 54a1a54c5bb4f6a37e116b27a5eab35c77431a48 | |
parent | 44ca54aeb9a0eca41aea203786e33d82e69d0615 [diff] [blame] |
patch 7.4.2268 Problem: Using CTRL-N and CTRL-P for incsearch shadows completion keys. Solution: Use CTRL-T and CTRL-G instead.
diff --git a/src/version.c b/src/version.c index c64046e..529b255 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2268, +/**/ 2267, /**/ 2266,