To: vim_dev@googlegroups.com Subject: Patch 8.1.2263 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2263 Problem: 'noesckeys' test fails in GUI. Solution: Skip the test in the GUI. Files: src/testdir/test_edit.vim *** ../vim-8.1.2262/src/testdir/test_edit.vim 2019-11-06 13:59:12.934333184 +0100 --- src/testdir/test_edit.vim 2019-11-06 15:05:40.312556515 +0100 *************** *** 1,9 **** " Test for edit functions ! " if exists("+t_kD") let &t_kD="[3;*~" endif " Needed for testing basic rightleft: Test_edit_rightleft source view_util.vim --- 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,1502 **** --- 1499,1505 ---- endfunc func Test_edit_noesckeys() + CheckNotGui new " moves cursor when 'esckeys' is set *** ../vim-8.1.2262/src/version.c 2019-11-06 15:02:46.189199092 +0100 --- src/version.c 2019-11-06 15:06:16.544422020 +0100 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2263, /**/ -- Micro$oft: where do you want to go today? Linux: where do you want to go tomorrow? FreeBSD: are you guys coming, or what? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///