]> granicus.if.org Git - vim/commitdiff
patch 8.1.2263: 'noesckeys' test fails in GUI v8.1.2263
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Nov 2019 14:07:07 +0000 (15:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Nov 2019 14:07:07 +0000 (15:07 +0100)
Problem:    'noesckeys' test fails in GUI.
Solution:   Skip the test in the GUI.

src/testdir/test_edit.vim
src/version.c

index 18846f6ef04648c8eaa914b237298a325133783e..07e5dde4b836eedc6a8aa0f3e1578e8130be3753 100644 (file)
@@ -1,9 +1,11 @@
 " Test for edit functions
-"
+
 if exists("+t_kD")
   let &t_kD="\e[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
index e086561669e9023d24c88e0bdb7e033da8f9755d..fe0d8052f48307e305fc3e848315fc37a5c16e63 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2263,
 /**/
     2262,
 /**/