comparison runtime/doc/usr_41.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 c626fd34b66f
comparison
equal deleted inserted replaced
25005:791ae2f86aa4 25006:496221916885
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_drop_files() drop file(s) in a window
1024 test_gui_mouse_event() add a GUI mouse event to the input buffer 1025 test_gui_mouse_event() add a GUI mouse event to the input buffer
1025 test_ignore_error() ignore a specific error message 1026 test_ignore_error() ignore a specific error message
1026 test_null_blob() return a null Blob 1027 test_null_blob() return a null Blob
1027 test_null_channel() return a null Channel 1028 test_null_channel() return a null Channel
1028 test_null_dict() return a null Dict 1029 test_null_dict() return a null Dict