diff options
author | KunMing Xie <qqzz014@gmail.com> | 2018-02-06 09:09:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 09:09:59 +0800 |
commit | 5f5caa367a9c4fd977e72f322a24e327f191416a (patch) | |
tree | ea358e6dea467ab25aa854aa5e3ba19af9967046 /src | |
parent | ab35caf9cf680d0432c8eebdf2222441545af31b (diff) | |
download | rneovim-5f5caa367a9c4fd977e72f322a24e327f191416a.tar.gz rneovim-5f5caa367a9c4fd977e72f322a24e327f191416a.tar.bz2 rneovim-5f5caa367a9c4fd977e72f322a24e327f191416a.zip |
use split instead of smile for neovim
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 :? |