commit | a5639848cc85f1226abad0f3ecf46b7847ce3fef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 29 22:59:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 29 22:59:17 2020 +0200 |
tree | b2e85b280b202831e15f3322c284d7b953738746 | |
parent | 95006e3dca099d3dc73d70d9872660308106e86c [diff] [blame] |
patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI Problem: Vim9: test with invalid SID does not work in the GUI. Solution: Skip the test in the GUI.
diff --git a/src/version.c b/src/version.c index a76e129..1a66eb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1542, +/**/ 1541, /**/ 1540,