mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
refactor(IWYU): move typedefs out of globals.h (#26322)
This commit is contained in:
@@ -30,8 +30,7 @@ enum {
|
||||
VIM_DISCARDALL = 6,
|
||||
};
|
||||
|
||||
/// special attribute addition: Put message in history
|
||||
enum { MSG_HIST = 0x1000, };
|
||||
enum { MSG_HIST = 0x1000, }; ///< special attribute addition: Put message in history
|
||||
|
||||
typedef struct {
|
||||
String text;
|
||||
|
Reference in New Issue
Block a user