commit | b326edf5b30813b2ccdee3ac07ee6495ca5187ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 15:03:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 15:03:38 2020 +0200 |
tree | 9264b14a0a776b01d1c2d603337915da68024f97 | |
parent | ef6746f637adbdb6860b4fa0266c43c49fa498bc [diff] [blame] |
patch 8.2.1020: popupwin test fails in the GUI Problem: Popupwin test fails in the GUI. Solution: Send GUI byte sequence for <C-S-a>.
diff --git a/src/version.c b/src/version.c index 5d7e451..b9e6d5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1020, +/**/ 1019, /**/ 1018,