diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-02 22:09:05 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-02 22:09:05 -0500 |
| commit | a4ea4dac4568f9ad12956e30d32e2e16da0099cb (patch) | |
| tree | bfb8f9fd77e3d97163d7c501e072aced091537ef /src/nvim/testdir | |
| parent | 3d15cab29d2dc2448066e6b839a04d88859ab0db (diff) | |
| parent | ac88c35d32f72c1b24d34b4995c5725b960d4bdf (diff) | |
| download | rneovim-a4ea4dac4568f9ad12956e30d32e2e16da0099cb.tar.gz rneovim-a4ea4dac4568f9ad12956e30d32e2e16da0099cb.tar.bz2 rneovim-a4ea4dac4568f9ad12956e30d32e2e16da0099cb.zip | |
Merge #4120 'vim-patch:7.4.740'
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test13.in | 6 | ||||
| -rw-r--r-- | src/nvim/testdir/test13.ok | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/testdir/test13.in b/src/nvim/testdir/test13.in index cb8a6fff89..6713f80e88 100644 --- a/src/nvim/testdir/test13.in +++ b/src/nvim/testdir/test13.in @@ -48,6 +48,12 @@ otestje3 :au BufWipeout Xtestje1 buf Xtestje1 :bwipe :w >>test.out +:only +:new|set buftype=help +:wincmd w +:1quit +:$put ='Final line' +:$w >>test.out :qa! ENDTEST diff --git a/src/nvim/testdir/test13.ok b/src/nvim/testdir/test13.ok index 0f1fc347a4..66ebce63f7 100644 --- a/src/nvim/testdir/test13.ok +++ b/src/nvim/testdir/test13.ok @@ -28,3 +28,4 @@ testje1 contents contents end of testfile +Final line |