aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r--src/nvim/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c
index 88ebcbe690..42ae7519c1 100644
--- a/src/nvim/normal.c
+++ b/src/nvim/normal.c
@@ -75,7 +75,7 @@
#include "nvim/vim_defs.h"
#include "nvim/window.h"
-typedef struct normal_state {
+typedef struct {
VimState state;
bool command_finished;
bool ctrl_w;