]> granicus.if.org Git - vim/commit
patch 8.2.4228: no tests for clicking in the GUI tabline v8.2.4228
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 27 Jan 2022 13:16:59 +0000 (13:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Jan 2022 13:16:59 +0000 (13:16 +0000)
commitb0ad2d92fd19e673ddbbc66742bae3f71778efde
tree4029f2cb1c3d7b73cad2a52ede1586876949c774
parente939f5ebbae8dd7825d62d84e0c9910fa1756a9c
patch 8.2.4228: no tests for clicking in the GUI tabline

Problem:    No tests for clicking in the GUI tabline.
Solution:   Add test functions to generate the events.  Add tests using the
            functions. (Yegappan Lakshmanan, closes #9638)
runtime/doc/builtin.txt
runtime/doc/testing.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/normal.c
src/proto/testing.pro
src/testdir/test_diffmode.vim
src/testdir/test_gui.vim
src/testdir/test_normal.vim
src/testing.c
src/version.c