To: vim_dev@googlegroups.com Subject: Patch 8.2.1020 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1020 Problem: Popupwin test fails in the GUI. Solution: Send GUI byte sequence for . 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 does not include a modifier sequence ! call feedkeys("\[27;4;65~", 'Lx!') call assert_equal([0xc3, 0x81], g:bytes) endif --- 3349,3359 ---- if has('unix') " with modifyOtherKeys does not include a modifier sequence ! if has('gui_running') ! call feedkeys("\x9b\xfc\x08A", 'Lx!') ! else ! call feedkeys("\[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 -- 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 ///