aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/usercmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/usercmd.h')
-rw-r--r--src/nvim/usercmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/usercmd.h b/src/nvim/usercmd.h
index 4d6d154b79..4ad9767e1f 100644
--- a/src/nvim/usercmd.h
+++ b/src/nvim/usercmd.h
@@ -10,7 +10,7 @@
#include "nvim/garray_defs.h"
#include "nvim/types_defs.h" // IWYU pragma: keep
-typedef struct ucmd {
+typedef struct {
char *uc_name; ///< The command name
uint32_t uc_argt; ///< The argument type
char *uc_rep; ///< The command's replacement string