diff options
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r-- | src/nvim/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index 5d40d7a16a..e169514e79 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -198,7 +198,7 @@ void ex_perldo(exarg_T *eap) // Command line expansion for :profile. static enum { PEXP_SUBCMD, ///< expand :profile sub-commands - PEXP_FUNC ///< expand :profile func {funcname} + PEXP_FUNC, ///< expand :profile func {funcname} } pexpand_what; static char *pexpand_cmds[] = { |