commit | 5f1fea28f5bc573e2430773c49e95ae1f9cc2a25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 19:12:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 19:12:22 2015 +0200 |
tree | 43c6b6c360f7ecd37c74c6c176cca5a9063c0e17 | |
parent | 0a777ab9890ba0e8dd57f082e98fde1adab36aa0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 079d99d..586ce19 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 882, +/**/ 881, /**/ 880,