patch 9.0.0881: cannot get the currently showing mouse shape v9.0.0881
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Nov 2022 19:49:15 +0000 (19:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Nov 2022 19:49:15 +0000 (19:49 +0000)
commit24dc19cdb2ce7cda2156d3b2eca6aee552b097dc
tree46fca39a61693d29966c0de9623146ab3859a0b4
parent161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd
patch 9.0.0881: cannot get the currently showing mouse shape

Problem:    Cannot get the currently showing mouse shape.
Solution:   Add getmouseshape().
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/misc2.c
src/proto/misc2.pro
src/testdir/test_functions.vim
src/version.c