commit | 15183b41c4416b7638cce26de0a9a83e55948bdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 19:59:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 19:59:39 2020 +0200 |
tree | 01997ca18a4947f3c95392f233dbdff99e4aaba2 | |
parent | 636c5d5399e1a42e8eb5bcb5fede318438d2347a [diff] [blame] |
patch 8.2.1608: Vim9: getchar() test fails with GUI Problem: Vim9: getchar() test fails with GUI. Solution: Avoid that getchar(0) gets stuck on K_IGNORE.
diff --git a/src/version.c b/src/version.c index c306c88..e1cdba6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1608, +/**/ 1607, /**/ 1606,