summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-30 12:54:53 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-30 12:54:53 +0200
commit25859dd74cd5befe964627dc03b8369dfaebe837 (patch)
tree7e7adfc30b996436b0b685b782febad8afe1f233 /src/version.c
parenta5639848cc85f1226abad0f3ecf46b7847ce3fef (diff)
patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUIv8.2.1543
Problem: Vim9: test with invalid SID is skipped in the GUI. Solution: Read the CTRL-C that feedkeys() put in typeahead.
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 1a66eb6a31..8eaf484477 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1543,
+/**/
1542,
/**/
1541,