mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
refactor(IWYU): move typedefs out of globals.h (#26322)
This commit is contained in:
@@ -70,6 +70,5 @@ enum {
|
||||
REPLACE_NL_NCHAR = -2,
|
||||
};
|
||||
|
||||
/// columns needed by shown command
|
||||
enum { SHOWCMD_COLS = 10, };
|
||||
enum { SHOWCMD_COLS = 10, }; ///< columns needed by shown command
|
||||
enum { SHOWCMD_BUFLEN = SHOWCMD_COLS + 1 + 30, };
|
||||
|
Reference in New Issue
Block a user