comparison src/testdir/test_gui.vim @ 31559:a3dca61f3ba3 v9.0.1112

patch 9.0.1112: test_mswin_event() can hang Commit: https://github.com/vim/vim/commit/7b0afc1d7698a79423c7b066a5d8d20dbb8a295a Author: Christopher Plewright <chris@createng.com> Date: Fri Dec 30 16:54:58 2022 +0000 patch 9.0.1112: test_mswin_event() can hang Problem: test_mswin_event() can hang. Solution: Add the "execute" argument to process events right away. (Christopher Plewright, closes #11760)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 18:00:05 +0100
parents b9a4699d6a35
children edbadc330871
comparison
equal deleted inserted replaced
31558:1ccb7045f528 31559:a3dca61f3ba3
1692 \ [[0x10, 0x28], "S-Down", 0], 1692 \ [[0x10, 0x28], "S-Down", 0],
1693 \ [[0x11, 0x28], "C-Down", 4], 1693 \ [[0x11, 0x28], "C-Down", 4],
1694 \ [[0x11, 0x10, 0x28], "C-S-Down", 4], 1694 \ [[0x11, 0x10, 0x28], "C-S-Down", 4],
1695 \ [[0x11, 0x30], "C-0", 4], 1695 \ [[0x11, 0x30], "C-0", 4],
1696 \ [[0x11, 0x31], "C-1", 4], 1696 \ [[0x11, 0x31], "C-1", 4],
1697 \ [[0x11, 0x32], "C-2", 4], 1697 \ [[0x11, 0x32], "C-@", 0],
1698 \ [[0x11, 0x33], "C-3", 4], 1698 \ [[0x11, 0x33], "C-3", 4],
1699 \ [[0x11, 0x34], "C-4", 4], 1699 \ [[0x11, 0x34], "C-4", 4],
1700 \ [[0x11, 0x35], "C-5", 4], 1700 \ [[0x11, 0x35], "C-5", 4],
1701 \ [[0x11, 0x36], "C-^", 0], 1701 \ [[0x11, 0x36], "C-^", 0],
1702 \ [[0x11, 0x37], "C-7", 4], 1702 \ [[0x11, 0x37], "C-7", 4],
1713 \ [[0x11, 0x68], "C-8", 4], 1713 \ [[0x11, 0x68], "C-8", 4],
1714 \ [[0x11, 0x69], "C-9", 4], 1714 \ [[0x11, 0x69], "C-9", 4],
1715 \ [[0x11, 0x6A], "C-*", 4], 1715 \ [[0x11, 0x6A], "C-*", 4],
1716 \ [[0x11, 0x6B], "C-+", 4], 1716 \ [[0x11, 0x6B], "C-+", 4],
1717 \ [[0x11, 0x6D], "C--", 4], 1717 \ [[0x11, 0x6D], "C--", 4],
1718 \ [[0x11, 0xBD], "C-_", 0],
1718 \ [[0x11, 0x70], "C-F1", 4], 1719 \ [[0x11, 0x70], "C-F1", 4],
1719 \ [[0x11, 0x10, 0x70], "C-S-F1", 4], 1720 \ [[0x11, 0x10, 0x70], "C-S-F1", 4],
1720 \ [[0x11, 0x71], "C-F2", 4], 1721 \ [[0x11, 0x71], "C-F2", 4],
1721 \ [[0x11, 0x10, 0x71], "C-S-F2", 4], 1722 \ [[0x11, 0x10, 0x71], "C-S-F2", 4],
1722 \ [[0x11, 0x72], "C-F3", 4], 1723 \ [[0x11, 0x72], "C-F3", 4],