aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-04-25 20:55:37 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-04-29 19:46:53 +0200
commit0786ebe305f882fe6d9cd8771fdc821dcaad46a6 (patch)
tree4be52e7e401c869539bc2ec30e3fce97cb043e48 /src/nvim/version.c
parent126e4758076aec243a05c5e838c2a7f5197ad678 (diff)
downloadrneovim-0786ebe305f882fe6d9cd8771fdc821dcaad46a6.tar.gz
rneovim-0786ebe305f882fe6d9cd8771fdc821dcaad46a6.tar.bz2
rneovim-0786ebe305f882fe6d9cd8771fdc821dcaad46a6.zip
vim-patch:7.4.882
Problem: When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed. Solution: Force a screen update. (Hirohito Higashi) https://github.com/vim/vim/commit/5f1fea28f5bc573e2430773c49e95ae1f9cc2a25 Applied manually.
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 b9e97f205e..5347a05c0b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -796,7 +796,7 @@ static int included_patches[] = {
885,
// 884 NA
883,
- // 882,
+ 882,
881,
// 880 NA
879,