diff options
Diffstat (limited to 'src/nvim/cursor_shape.h')
-rw-r--r-- | src/nvim/cursor_shape.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/cursor_shape.h b/src/nvim/cursor_shape.h index aaed73e025..3eb2f0e387 100644 --- a/src/nvim/cursor_shape.h +++ b/src/nvim/cursor_shape.h @@ -47,6 +47,8 @@ typedef struct cursor_entry { char used_for; /* SHAPE_MOUSE and/or SHAPE_CURSOR */ } cursorentry_T; -char_u *parse_shape_opt(int what); +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "cursor_shape.h.generated.h" +#endif #endif /* NVIM_CURSOR_SHAPE_H */ |