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:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user