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/misc2.c b/src/misc2.c index cd1dcf0..9127e66 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -3161,7 +3161,7 @@ int c; if (eap != NULL && eap->force_ff != 0) - c = eap->cmd[eap->force_ff]; + c = eap->force_ff; else { if ((eap != NULL && eap->force_bin != 0)