summaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-04 22:57:29 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-04 22:57:29 +0200
commit333b80acf3a44e462456e6d5730e47ffa449c83d (patch)
tree24070cc76ef5b978aabc38db366e04e0dbed591d /src/ex_cmds.h
parent1f8495cf48888ff3a8ab3d0eb22db92389191a60 (diff)
downloadvim-git-333b80acf3a44e462456e6d5730e47ffa449c83d.tar.gz
patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660
Problem: The terminal API "drop" command doesn't support options. Solution: Implement the options.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 41c7c80cb..48b025315 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -1778,7 +1778,7 @@ struct exarg
int regname; /* register name (NUL if none) */
int force_bin; /* 0, FORCE_BIN or FORCE_NOBIN */
int read_edit; /* ++edit argument */
- int force_ff; /* ++ff= argument (index in cmd[]) */
+ int force_ff; /* ++ff= argument (first char of argument) */
#ifdef FEAT_MBYTE
int force_enc; /* ++enc= argument (index in cmd[]) */
int bad_char; /* BAD_KEEP, BAD_DROP or replacement byte */