summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index c080cbef0f..ac354cda24 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -1753,13 +1753,9 @@ EX(CMD_tilde, "~", do_sub,
ADDR_LINES),
#ifndef DO_DECLARE_EXCMD
-#ifdef FEAT_USR_CMDS
CMD_SIZE, /* MUST be after all real commands! */
CMD_USER = -1, /* User-defined command */
CMD_USER_BUF = -2 /* User-defined command local to buffer */
-#else
- CMD_SIZE /* MUST be the last one! */
-#endif
#endif
};
@@ -1795,9 +1791,7 @@ struct exarg
int force_ff; /* ++ff= argument (first char of argument) */
int force_enc; /* ++enc= argument (index in cmd[]) */
int bad_char; /* BAD_KEEP, BAD_DROP or replacement byte */
-#ifdef FEAT_USR_CMDS
int useridx; /* user command index */
-#endif
char *errmsg; /* returned error message */
char_u *(*getline)(int, void *, int);
void *cookie; /* argument for getline() */