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
" <Left> 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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911061407.xA6E7VtX018430%40masaka.moolenaar.net.