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 -- Br...@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 ///