Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
patch 8.0.1612: need to close terminal after shell stopped
Problem: Need to close terminal after shell stopped. Solution: Make :terminal without argument close the window by default.
- Loading branch information
Showing
with
51 additions
and 6 deletions.
- +12 −0 runtime/doc/terminal.txt
- +17 −6 src/terminal.c
- +20 −0 src/testdir/test_terminal.vim
- +2 −0 src/version.c