summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-16 15:48:46 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-16 15:48:46 +0200
commitc9041079a199d753e73d3b242f21cc8db620179a (patch)
tree94174962c7e81536e611c9fd455b2dc129fa6f71 /src/version.c
parent90305c66a8637ea43a6509c7ab597734dd218365 (diff)
downloadvim-c9041079a199d753e73d3b242f21cc8db620179a.zip
patch 8.0.0722: screen is messed by timer up at inputlist() prompt
Problem: Screen is messed by timer up at inputlist() prompt. Solution: Set state to ASKMORE. (closes #1843)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 906e3fa97..91e6deda0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 722,
+/**/
721,
/**/
720,