summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-13 20:09:08 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-13 20:09:08 +0000
commitb2c2efa53ae0d7dd642ff132f7d374e2b517303d (patch)
tree9b33634f146fb36f8502c7447f2ebcdb02bbf48f /src/ex_cmds.h
parentc6d8db78b1e5d2edefd76f03b97c3a88f0be2c73 (diff)
updated for version 7.0169v7.0169
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index c5adaeb1bf..87c9e6a232 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -996,9 +996,10 @@ struct exarg
int amount; /* number of '>' or '<' for shift command */
int regname; /* register name (NUL if none) */
int force_bin; /* 0, FORCE_BIN or FORCE_NOBIN */
- int force_ff; /* forced 'fileformat' (index in cmd[]) */
+ int force_ff; /* ++ff= argument (index in cmd[]) */
#ifdef FEAT_MBYTE
- int force_enc; /* forced 'encoding' (index in cmd[]) */
+ int force_enc; /* ++enc= argument (index in cmd[]) */
+ int bad_char; /* ++bad= argument (index in cmd[]) */
#endif
#ifdef FEAT_USR_CMDS
int useridx; /* user command index */