diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-06 15:07:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-06 15:07:07 +0100 |
commit | 215ba3b63698f3755b2c4de66fc728cc14a8a590 (patch) | |
tree | b5cf32633efa53634545d9acd074443559ca890f /src/version.c | |
parent | 1e673b9eb686459bd0e7fc3f2199dd077546a18e (diff) | |
download | vim-git-215ba3b63698f3755b2c4de66fc728cc14a8a590.tar.gz |
patch 8.1.2263: 'noesckeys' test fails in GUIv8.1.2263
Problem: 'noesckeys' test fails in GUI.
Solution: Skip the test in the GUI.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e08656166..fe0d8052f 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2263, +/**/ 2262, /**/ 2261, |