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:
Jan Edmund Lazo
2018-03-28 19:29:10 -04:00
parent 6245b4873d
commit 4bbe51b79e

View File

@@ -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 :?