mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
refactor(IWYU): move typedefs out of globals.h (#26322)
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/types_defs.h"
|
||||
|
||||
/// Maximum length of key sequence to be mapped.
|
||||
enum { MAXMAPLEN = 50, };
|
||||
enum { MAXMAPLEN = 50, }; ///< Maximum length of key sequence to be mapped.
|
||||
|
||||
/// Structure used for mappings and abbreviations.
|
||||
typedef struct mapblock mapblock_T;
|
||||
|
Reference in New Issue
Block a user