commit | c9041079a199d753e73d3b242f21cc8db620179a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 15:48:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 15:48:46 2017 +0200 |
tree | 94174962c7e81536e611c9fd455b2dc129fa6f71 | |
parent | 90305c66a8637ea43a6509c7ab597734dd218365 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 906e3fa..91e6ded 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 722, +/**/ 721, /**/ 720,