commit | 24ebd83e030e1c6f9a6be1f06232756ba4d00a8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 21:25:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 21:25:24 2020 +0100 |
tree | 5089ceabe4dad7b9aef5aab60b53c7579f854467 | |
parent | a2cbdea9685f9592ee22bda7b58953d2bbaa4c47 [diff] [blame] |
patch 8.2.0396: cmdexpand.c insufficiently tested Problem: Cmdexpand.c insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5789)
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index 7f057e2..e99ab7f 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim
@@ -2495,7 +2495,7 @@ call term_sendkeys(g:buf0, "exit\<CR>") sleep 100m - exe g:buf0 .. 'bwipe' + exe g:buf0 .. 'bwipe!' set hidden& endfunc