1
0
forked from aniani/vim

patch 9.0.0881: cannot get the currently showing mouse shape

Problem:    Cannot get the currently showing mouse shape.
Solution:   Add getmouseshape().
This commit is contained in:
Bram Moolenaar
2022-11-14 19:49:15 +00:00
parent 161b6ac04f
commit 24dc19cdb2
7 changed files with 51 additions and 11 deletions

View File

@@ -2890,6 +2890,12 @@ func Test_getmousepos()
bwipe!
endfunc
func Test_getmouseshape()
CheckFeature mouseshape
call assert_equal('arrow', getmouseshape())
endfunc
" Test for glob()
func Test_glob()
call assert_equal('', glob(test_null_string()))