forked from aniani/vim
patch 8.2.4078: terminal test for current directory not used on FreeBSD
Problem: Terminal test for current directory not used on FreeBSD. Solution: Make it work on FreeBSD. (Ozaki Kiichi, closes #9516) Add TermWait() inside Run_shell_in_terminal() as a generic solution.
This commit is contained in:
@@ -976,7 +976,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
|
||||
|
Reference in New Issue
Block a user