diff options
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 93a098ccf..b6c0e41f5 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -1142,6 +1142,7 @@ 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 read_edit; /* ++edit argument */ int force_ff; /* ++ff= argument (index in cmd[]) */ #ifdef FEAT_MBYTE int force_enc; /* ++enc= argument (index in cmd[]) */ |