comparison runtime/doc/usr_41.txt @ 24982:4cb423b9250d v8.2.3028

patch 8.2.3028: GUI mouse events not tested Commit: https://github.com/vim/vim/commit/f1e7449d567c630601aa0cec6c663b791785a668 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Jun 21 18:44:26 2021 +0200 patch 8.2.3028: GUI mouse events not tested Problem: GUI mouse events not tested. Solution: Add test_gui_mouse_event(). Add mouse tests. Also add a few viminfo tests. (Yegappan Lakshmanan, closes #8407)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Jun 2021 18:45:04 +0200
parents fd37be6dc258
children 496221916885
comparison
equal deleted inserted replaced
24981:f8566203119e 24982:4cb423b9250d
1019 test_autochdir() enable 'autochdir' during startup 1019 test_autochdir() enable 'autochdir' during startup
1020 test_override() test with Vim internal overrides 1020 test_override() test with Vim internal overrides
1021 test_garbagecollect_now() free memory right now 1021 test_garbagecollect_now() free memory right now
1022 test_garbagecollect_soon() set a flag to free memory soon 1022 test_garbagecollect_soon() set a flag to free memory soon
1023 test_getvalue() get value of an internal variable 1023 test_getvalue() get value of an internal variable
1024 test_gui_mouse_event() add a GUI mouse event to the input buffer
1024 test_ignore_error() ignore a specific error message 1025 test_ignore_error() ignore a specific error message
1025 test_null_blob() return a null Blob 1026 test_null_blob() return a null Blob
1026 test_null_channel() return a null Channel 1027 test_null_channel() return a null Channel
1027 test_null_dict() return a null Dict 1028 test_null_dict() return a null Dict
1028 test_null_function() return a null Funcref 1029 test_null_function() return a null Funcref