diff options
Diffstat (limited to 'src/nvim/cursor_shape.h')
-rw-r--r-- | src/nvim/cursor_shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/cursor_shape.h b/src/nvim/cursor_shape.h index 4c1d6d4eec..21967a81f4 100644 --- a/src/nvim/cursor_shape.h +++ b/src/nvim/cursor_shape.h @@ -38,7 +38,7 @@ typedef enum { #define SHAPE_MOUSE 1 // used for mouse pointer shape #define SHAPE_CURSOR 2 // used for text cursor shape -typedef struct cursor_entry { +typedef struct { char *full_name; ///< mode description CursorShape shape; ///< cursor shape: one of the SHAPE_ defines int mshape; ///< mouse shape: one of the MSHAPE defines |