commit | 25859dd74cd5befe964627dc03b8369dfaebe837 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 12:54:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 12:54:53 2020 +0200 |
tree | 7e7adfc30b996436b0b685b782febad8afe1f233 | |
parent | a5639848cc85f1226abad0f3ecf46b7847ce3fef [diff] [blame] |
patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUI Problem: Vim9: test with invalid SID is skipped in the GUI. Solution: Read the CTRL-C that feedkeys() put in typeahead.
diff --git a/src/version.c b/src/version.c index 1a66eb6..8eaf484 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1543, +/**/ 1542, /**/ 1541,