comparison src/proto/testing.pro @ 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 55f458d35292
children 496221916885
comparison
equal deleted inserted replaced
24981:f8566203119e 24982:4cb423b9250d
32 void f_test_null_string(typval_T *argvars, typval_T *rettv); 32 void f_test_null_string(typval_T *argvars, typval_T *rettv);
33 void f_test_unknown(typval_T *argvars, typval_T *rettv); 33 void f_test_unknown(typval_T *argvars, typval_T *rettv);
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_settime(typval_T *argvars, typval_T *rettv); 38 void f_test_settime(typval_T *argvars, typval_T *rettv);
38 /* vim: set ft=c : */ 39 /* vim: set ft=c : */