commit | d697ddea1466d877a79f8c56d46361dc54e9baef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 12:08:35 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 12:08:35 2021 +0100 |
tree | 341037e82f24077a180d77ea963dcafe7b023998 | |
parent | 2e6cdb91e8dea08301f31bc83188c06112eb7f57 [diff] [blame] |
patch 8.2.2419: autocmd test was failing on MS-Windows with GUI Problem: Autocmd test was failing on MS-Windows with GUI. Solution: Remove stray feedkeys().
diff --git a/src/version.c b/src/version.c index fa3ce6f..160b538 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2419, +/**/ 2418, /**/ 2417,