From: Bram Moolenaar Date: Wed, 6 Nov 2019 14:07:07 +0000 (+0100) Subject: patch 8.1.2263: 'noesckeys' test fails in GUI X-Git-Tag: v8.1.2263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=215ba3b63698f3755b2c4de66fc728cc14a8a590;p=vim 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/testdir/test_edit.vim b/src/testdir/test_edit.vim index 18846f6ef..07e5dde4b 100644 --- a/src/testdir/test_edit.vim +++ b/src/testdir/test_edit.vim @@ -1,9 +1,11 @@ " Test for edit functions -" + if exists("+t_kD") let &t_kD="[3;*~" endif +source check.vim + " Needed for testing basic rightleft: Test_edit_rightleft source view_util.vim @@ -1497,6 +1499,7 @@ func Test_edit_startinsert() endfunc func Test_edit_noesckeys() + CheckNotGui new " moves cursor when 'esckeys' is set diff --git a/src/version.c b/src/version.c index e08656166..fe0d8052f 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2263, /**/ 2262, /**/