diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-16 21:25:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-16 21:25:24 +0100 |
commit | 24ebd83e030e1c6f9a6be1f06232756ba4d00a8c (patch) | |
tree | 5089ceabe4dad7b9aef5aab60b53c7579f854467 /src/testdir/test_terminal.vim | |
parent | a2cbdea9685f9592ee22bda7b58953d2bbaa4c47 (diff) | |
download | vim-git-24ebd83e030e1c6f9a6be1f06232756ba4d00a8c.tar.gz |
patch 8.2.0396: cmdexpand.c insufficiently testedv8.2.0396
Problem: Cmdexpand.c insufficiently tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5789)
Diffstat (limited to 'src/testdir/test_terminal.vim')
-rw-r--r-- | src/testdir/test_terminal.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index 7f057e2a5..e99ab7f5a 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -2495,7 +2495,7 @@ func Test_term_nasty_callback() call term_sendkeys(g:buf0, "exit\<CR>") sleep 100m - exe g:buf0 .. 'bwipe' + exe g:buf0 .. 'bwipe!' set hidden& endfunc |