aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-06-25 11:01:16 -0400
committerJames McCoy <jamessan@jamessan.com>2017-06-26 22:08:11 -0400
commit0dd64556590633b2cab7cd846b28bbf5f7ef35d4 (patch)
treed66d8aa538c4bb929f55b0633a2e3a5b89e5db87 /src/nvim/version.c
parent518b42db916ccbb9057ca9361b48e83ea65bc3b9 (diff)
downloadrneovim-0dd64556590633b2cab7cd846b28bbf5f7ef35d4.tar.gz
rneovim-0dd64556590633b2cab7cd846b28bbf5f7ef35d4.tar.bz2
rneovim-0dd64556590633b2cab7cd846b28bbf5f7ef35d4.zip
vim-patch:7.4.2268
Problem: Using CTRL-N and CTRL-P for incsearch shadows completion keys. Solution: Use CTRL-T and CTRL-G instead. https://github.com/vim/vim/commit/1195669f9e434fa9ab8b57ee9470bf951e4990b8
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index dceceb46ad..23c2fac28a 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -176,7 +176,7 @@ static const int included_patches[] = {
// 2271 NA
// 2270 NA
2269,
- // 2268,
+ 2268,
// 2267 NA
2266,
2265,