comparison runtime/doc/eval.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 7e9e53a0368f
children 496221916885
comparison
equal deleted inserted replaced
24981:f8566203119e 24982:4cb423b9250d
3020 test_autochdir() none enable 'autochdir' during startup 3020 test_autochdir() none enable 'autochdir' during startup
3021 test_feedinput({string}) none add key sequence to input buffer 3021 test_feedinput({string}) none add key sequence to input buffer
3022 test_garbagecollect_now() none free memory right now for testing 3022 test_garbagecollect_now() none free memory right now for testing
3023 test_garbagecollect_soon() none free memory soon for testing 3023 test_garbagecollect_soon() none free memory soon for testing
3024 test_getvalue({string}) any get value of an internal variable 3024 test_getvalue({string}) any get value of an internal variable
3025 test_gui_mouse_event({button}, {row}, {col}, {repeated}, {mods})
3026 none add a mouse event to the input buffer
3025 test_ignore_error({expr}) none ignore a specific error 3027 test_ignore_error({expr}) none ignore a specific error
3026 test_null_blob() Blob null value for testing 3028 test_null_blob() Blob null value for testing
3027 test_null_channel() Channel null value for testing 3029 test_null_channel() Channel null value for testing
3028 test_null_dict() Dict null value for testing 3030 test_null_dict() Dict null value for testing
3029 test_null_function() Funcref null value for testing 3031 test_null_function() Funcref null value for testing