comparison runtime/doc/eval.txt @ 25006:496221916885 v8.2.3040

patch 8.2.3040: GUI: dropping files not tested Commit: https://github.com/vim/vim/commit/18d46587b985923ef4b90b19a0cf37a094607fec Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 23 20:46:52 2021 +0200 patch 8.2.3040: GUI: dropping files not tested Problem: GUI: dropping files not tested. Solution: Add test_gui_drop_files() and tests. (Yegappan Lakshmanan, closes #8434)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Jun 2021 21:00:03 +0200
parents 4cb423b9250d
children 43593a5d873f
comparison
equal deleted inserted replaced
25005:791ae2f86aa4 25006:496221916885
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_drop_files({list}, {row}, {col}, {mods})
3026 none drop a list of files in a window
3025 test_gui_mouse_event({button}, {row}, {col}, {repeated}, {mods}) 3027 test_gui_mouse_event({button}, {row}, {col}, {repeated}, {mods})
3026 none add a mouse event to the input buffer 3028 none add a mouse event to the input buffer
3027 test_ignore_error({expr}) none ignore a specific error 3029 test_ignore_error({expr}) none ignore a specific error
3028 test_null_blob() Blob null value for testing 3030 test_null_blob() Blob null value for testing
3029 test_null_channel() Channel null value for testing 3031 test_null_channel() Channel null value for testing