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:
@@ -6,8 +6,7 @@
|
||||
#include "nvim/mark_defs.h"
|
||||
#include "nvim/pos_defs.h"
|
||||
|
||||
/// Size in bytes of the hash used in the undo file.
|
||||
enum { UNDO_HASH_SIZE = 32, };
|
||||
enum { UNDO_HASH_SIZE = 32, }; ///< Size in bytes of the hash used in the undo file.
|
||||
|
||||
typedef struct u_header u_header_T;
|
||||
|
||||
|
Reference in New Issue
Block a user