mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor: fix comment spacing in option.h (#16749)
This commit is contained in:
parent
33cd1ba00a
commit
0c35fd5fcc
@ -22,7 +22,7 @@ typedef enum {
|
||||
OPT_ONECOLUMN = 64, ///< list options one per line
|
||||
OPT_NO_REDRAW = 128, ///< ignore redraw flags on option
|
||||
OPT_SKIPRTP = 256, ///< "skiprtp" in 'sessionoptions'
|
||||
OPT_CLEAR = 512, ///< Clear local value of an option.
|
||||
OPT_CLEAR = 512, ///< Clear local value of an option.
|
||||
} OptionFlags;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Loading…
Reference in New Issue
Block a user