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