mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 10:44:08 +00:00
use split instead of smile for neovim
This commit is contained in:
@@ -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 :?
|
||||
|
||||
Reference in New Issue
Block a user