mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.4078: terminal test for current directory not used on FreeBSD (#25961)
Problem: Terminal test for current directory not used on FreeBSD.
Solution: Make it work on FreeBSD. (Ozaki Kiichi, closes vim/vim#9516) Add
TermWait() inside Run_shell_in_terminal() as a generic solution.
ced2b38a56
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
9af03bcd47
commit
bf5cf8ae82
@ -1051,7 +1051,6 @@ func Test_map_cmdkey()
|
||||
call assert_equal('t', m)
|
||||
call assert_equal('t', mode(1))
|
||||
call StopShellInTerminal(buf)
|
||||
call TermWait(buf)
|
||||
close!
|
||||
tunmap <F3>
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user