diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-25 09:59:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 09:59:02 +0800 |
commit | 684e93054b82c6b5b215db7d3ecbad803eb81f0e (patch) | |
tree | 4df579bfcad117e96b7546d5441c80cb62251280 /test/functional/autocmd/termxx_spec.lua | |
parent | 1094d0c0dbd0f37ccc0f1d18c73c6066e5690664 (diff) | |
download | rneovim-684e93054b82c6b5b215db7d3ecbad803eb81f0e.tar.gz rneovim-684e93054b82c6b5b215db7d3ecbad803eb81f0e.tar.bz2 rneovim-684e93054b82c6b5b215db7d3ecbad803eb81f0e.zip |
fix(terminal): assign channel to terminal earlier (#25771)
Diffstat (limited to 'test/functional/autocmd/termxx_spec.lua')
-rw-r--r-- | test/functional/autocmd/termxx_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/autocmd/termxx_spec.lua b/test/functional/autocmd/termxx_spec.lua index 2522a28a9d..332a936e3f 100644 --- a/test/functional/autocmd/termxx_spec.lua +++ b/test/functional/autocmd/termxx_spec.lua @@ -22,7 +22,6 @@ describe('autocmd TermClose', function() command('set shellcmdflag=EXE shellredir= shellpipe= shellquote= shellxquote=') end) - local function test_termclose_delete_own_buf() -- The terminal process needs to keep running so that TermClose isn't triggered immediately. nvim('set_option_value', 'shell', string.format('"%s" INTERACT', testprg('shell-test')), {}) |