comparison src/testdir/test_terminal.vim @ 19679:9199f34d838e v8.2.0396

patch 8.2.0396: cmdexpand.c insufficiently tested Commit: https://github.com/vim/vim/commit/24ebd83e030e1c6f9a6be1f06232756ba4d00a8c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 16 21:25:24 2020 +0100 patch 8.2.0396: cmdexpand.c insufficiently tested Problem: Cmdexpand.c insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5789)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Mar 2020 21:30:04 +0100
parents a088571e1d9d
children e73167dd8cac
comparison
equal deleted inserted replaced
19678:ef2d704798ba 19679:9199f34d838e
2493 endfu 2493 endfu
2494 call OpenTerms() 2494 call OpenTerms()
2495 2495
2496 call term_sendkeys(g:buf0, "exit\<CR>") 2496 call term_sendkeys(g:buf0, "exit\<CR>")
2497 sleep 100m 2497 sleep 100m
2498 exe g:buf0 .. 'bwipe' 2498 exe g:buf0 .. 'bwipe!'
2499 set hidden& 2499 set hidden&
2500 endfunc 2500 endfunc
2501 2501