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.1660: the terminal API "drop" command doesn't support options
Problem: The terminal API "drop" command doesn't support options. Solution: Implement the options.
- Loading branch information
Showing
with
214 additions
and 31 deletions.
- +17 −3 runtime/doc/terminal.txt
- +4 −2 src/eval.c
- +1 −1 src/ex_cmds.h
- +14 −8 src/ex_docmd.c
- +7 −7 src/fileio.c
- +1 −1 src/misc2.c
- +1 −0 src/proto/ex_docmd.pro
- +55 −4 src/terminal.c
- +112 −5 src/testdir/test_terminal.vim
- +2 −0 src/version.c