mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +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
|
||||
call assert_equal("help", &filetype)
|
||||
call assert_true(getline('.') =~ '\*:split\*')
|
||||
call assert_true(getline('.') =~ '\*'.(has('win32') ? 'split()' : ':split').'\*')
|
||||
helpclose
|
||||
|
||||
help :?
|
||||
|
Reference in New Issue
Block a user