mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
oldtests: win: help sp?it opens split()
Vim 8 and Neovim 0.2.3 open the same target on Windows.
This commit is contained in:
@@ -30,7 +30,7 @@ func Test_help_tagjump()
|
|||||||
|
|
||||||
help sp?it
|
help sp?it
|
||||||
call assert_equal("help", &filetype)
|
call assert_equal("help", &filetype)
|
||||||
call assert_true(getline('.') =~ '\*:split\*')
|
call assert_true(getline('.') =~ '\*'.(has('win32') ? 'split()' : ':split').'\*')
|
||||||
helpclose
|
helpclose
|
||||||
|
|
||||||
help :?
|
help :?
|
||||||
|
Reference in New Issue
Block a user