commit | 333b80acf3a44e462456e6d5730e47ffa449c83d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 04 22:57:29 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 04 22:57:29 2018 +0200 |
tree | 24070cc76ef5b978aabc38db366e04e0dbed591d | |
parent | 1f8495cf48888ff3a8ab3d0eb22db92389191a60 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index cdd8b41..2d566ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1660, +/**/ 1659, /**/ 1658,