commit | 215ba3b63698f3755b2c4de66fc728cc14a8a590 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 06 15:07:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 06 15:07:07 2019 +0100 |
tree | b5cf32633efa53634545d9acd074443559ca890f | |
parent | 1e673b9eb686459bd0e7fc3f2199dd077546a18e [diff] [blame] |
patch 8.1.2263: 'noesckeys' test fails in GUI Problem: 'noesckeys' test fails in GUI. Solution: Skip the test in the GUI.
diff --git a/src/version.c b/src/version.c index e086561..fe0d805 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2263, +/**/ 2262, /**/ 2261,