diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-30 18:52:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-30 18:52:56 +0200 |
commit | 0f0f230012f5a9beb6876158a17b432534836c6f (patch) | |
tree | 9b86b1dcb4d585ad00b20e1199b68ed2fb42ea57 /src/version.c | |
parent | d41babef89a50cdf165f15bc1834c0a4e89ffff8 (diff) | |
download | vim-git-0f0f230012f5a9beb6876158a17b432534836c6f.tar.gz |
patch 8.0.1020: when a timer calls getchar(1) input is overwrittenv8.0.1020
Problem: When a timer calls getchar(1) input is overwritten.
Solution: Increment tb_change_cnt in inchar(). (closes #1940)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 980f28578..e67ade34f 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 */ /**/ + 1020, +/**/ 1019, /**/ 1018, |