summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-06 15:07:07 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-06 15:07:07 +0100
commit215ba3b63698f3755b2c4de66fc728cc14a8a590 (patch)
treeb5cf32633efa53634545d9acd074443559ca890f /src
parent1e673b9eb686459bd0e7fc3f2199dd077546a18e (diff)
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')
-rw-r--r--src/testdir/test_edit.vim5
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/testdir/test_edit.vim b/src/testdir/test_edit.vim
index 18846f6ef0..07e5dde4b8 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
" <Left> moves cursor when 'esckeys' is set
diff --git a/src/version.c b/src/version.c
index e086561669..fe0d8052f4 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,