diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 01:19:13 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:43:00 +0100 |
commit | 2b32053559669580f51da3cad2258f65c3adf9c4 (patch) | |
tree | 458fa7f36170c8820a45445d112606a015446b57 | |
parent | 51bc9f243a0b60205985b42bb47f174379a463c6 (diff) | |
download | rneovim-2b32053559669580f51da3cad2258f65c3adf9c4.tar.gz rneovim-2b32053559669580f51da3cad2258f65c3adf9c4.tar.bz2 rneovim-2b32053559669580f51da3cad2258f65c3adf9c4.zip |
test/legacy: Test_three_windows: rtp for :help
-rw-r--r-- | src/nvim/testdir/test_autocmd.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim index e8e563d8ad..c4110eba94 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -314,6 +314,8 @@ func Test_three_windows() call assert_equal('Xanother', expand('%')) only + + helptags ALL help wincmd w 1quit |