diff options
Diffstat (limited to 'src/nvim/option.h')
-rw-r--r-- | src/nvim/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.h b/src/nvim/option.h index 9dbb176c94..76c76a7245 100644 --- a/src/nvim/option.h +++ b/src/nvim/option.h @@ -42,7 +42,7 @@ typedef enum { // buffers. Indicate this by setting "var" to VAR_WIN. #define VAR_WIN ((char *)-1) -typedef struct vimoption { +typedef struct { char *fullname; ///< full option name char *shortname; ///< permissible abbreviation uint32_t flags; ///< see above |