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.1.0087: v:shell_error is always zero when using terminal for …
…"!cmd" Problem: v:shell_error is always zero when using terminal for "!cmd". Solution: Use "exitval" of terminal-job. (Ozaki Kiichi, closes #2994)
- Loading branch information
Showing
with
80 additions
and 25 deletions.
- +9 −1 src/os_unix.c
- +7 −1 src/os_win32.c
- +1 −0 src/proto/terminal.pro
- +6 −0 src/terminal.c
- +55 −23 src/testdir/test_terminal.vim
- +2 −0 src/version.c