diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_help_tagjump.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_help_tagjump.vim b/src/nvim/testdir/test_help_tagjump.vim index b9e056b291..06c48d8e76 100644 --- a/src/nvim/testdir/test_help_tagjump.vim +++ b/src/nvim/testdir/test_help_tagjump.vim @@ -28,9 +28,9 @@ func Test_help_tagjump() call assert_true(getline('.') =~ '\*quotestar\*') helpclose - help sm?le + help sp?it call assert_equal("help", &filetype) - call assert_true(getline('.') =~ '\*:smile\*') + call assert_true(getline('.') =~ '\*:split\*') helpclose help :? |