]> granicus.if.org Git - vim/commit
patch 8.0.1660: the terminal API "drop" command doesn't support options v8.0.1660
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Apr 2018 20:57:29 +0000 (22:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Apr 2018 20:57:29 +0000 (22:57 +0200)
commit333b80acf3a44e462456e6d5730e47ffa449c83d
tree24070cc76ef5b978aabc38db366e04e0dbed591d
parent1f8495cf48888ff3a8ab3d0eb22db92389191a60
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.
runtime/doc/terminal.txt
src/eval.c
src/ex_cmds.h
src/ex_docmd.c
src/fileio.c
src/misc2.c
src/proto/ex_docmd.pro
src/terminal.c
src/testdir/test_terminal.vim
src/version.c