Patch 8.2.1020
Problem: Popupwin test fails in the GUI.
Solution: Send GUI byte sequence for <C-S-a>.
Files: src/testdir/test_popupwin.vim
*** ../vim-8.2.1019/src/testdir/test_popupwin.vim 2020-06-19
21:46:48.534308768 +0200
--- src/testdir/test_popupwin.vim 2020-06-20 14:58:24.947029696 +0200
***************
*** 3349,3355 ****
if has('unix')
" with modifyOtherKeys <M-S-a> does not include a modifier sequence
! call feedkeys("\<Esc>[27;4;65~", 'Lx!')
call assert_equal([0xc3, 0x81], g:bytes)
endif
--- 3349,3359 ----
if has('unix')
" with modifyOtherKeys <M-S-a> does not include a modifier sequence
! if has('gui_running')
! call feedkeys("\x9b\xfc\x08A", 'Lx!')
! else
! call feedkeys("\<Esc>[27;4;65~", 'Lx!')
! endif
call assert_equal([0xc3, 0x81], g:bytes)
endif
*** ../vim-8.2.1019/src/version.c 2020-06-20 14:43:20.357653490 +0200
--- src/version.c 2020-06-20 14:59:41.182810019 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1020,
/**/
--
Why isn't there mouse-flavored cat food?
/// 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/202006201304.05KD45c7894053%40masaka.moolenaar.net.