mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
use split instead of smile for neovim
This commit is contained in:
parent
ab35caf9cf
commit
5f5caa367a
@ -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 :?
|
||||
|
Loading…
Reference in New Issue
Block a user