comparison src/proto/testing.pro @ 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 722db0819111
comparison
equal deleted inserted replaced
25005:791ae2f86aa4 25006:496221916885
34 void f_test_void(typval_T *argvars, typval_T *rettv); 34 void f_test_void(typval_T *argvars, typval_T *rettv);
35 void f_test_scrollbar(typval_T *argvars, typval_T *rettv); 35 void f_test_scrollbar(typval_T *argvars, typval_T *rettv);
36 void f_test_setmouse(typval_T *argvars, typval_T *rettv); 36 void f_test_setmouse(typval_T *argvars, typval_T *rettv);
37 void f_test_gui_mouse_event(typval_T *argvars, typval_T *rettv); 37 void f_test_gui_mouse_event(typval_T *argvars, typval_T *rettv);
38 void f_test_settime(typval_T *argvars, typval_T *rettv); 38 void f_test_settime(typval_T *argvars, typval_T *rettv);
39 void f_test_gui_drop_files(typval_T *argvars, typval_T *rettv);
39 /* vim: set ft=c : */ 40 /* vim: set ft=c : */