From 25859dd74cd5befe964627dc03b8369dfaebe837 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 Aug 2020 12:54:53 +0200 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 1a66eb6a31..8eaf484477 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1543, /**/ 1542, /**/ -- cgit v1.2.3