diff options
author | Yegappan Lakshmanan <yegappan@yahoo.com> | 2021-06-23 20:46:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-06-23 20:46:52 +0200 |
commit | 18d46587b985923ef4b90b19a0cf37a094607fec (patch) | |
tree | 6e680815dc89cd49aa178486f320df88191fecf8 /runtime/doc/eval.txt | |
parent | 8cec9273d2518f2a9abcbd326722a2eba38d2a13 (diff) | |
download | vim-git-18d46587b985923ef4b90b19a0cf37a094607fec.tar.gz |
patch 8.2.3040: GUI: dropping files not testedv8.2.3040
Problem: GUI: dropping files not tested.
Solution: Add test_gui_drop_files() and tests. (Yegappan Lakshmanan,
closes #8434)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 1f52d9f05..8a8431281 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3022,6 +3022,8 @@ test_feedinput({string}) none add key sequence to input buffer test_garbagecollect_now() none free memory right now for testing test_garbagecollect_soon() none free memory soon for testing test_getvalue({string}) any get value of an internal variable +test_gui_drop_files({list}, {row}, {col}, {mods}) + none drop a list of files in a window test_gui_mouse_event({button}, {row}, {col}, {repeated}, {mods}) none add a mouse event to the input buffer test_ignore_error({expr}) none ignore a specific error |