diff options
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h index 122e47503..21b5f693b 100644 --- a/src/structs.h +++ b/src/structs.h @@ -2293,13 +2293,12 @@ struct file_buffer */ char_u b_chartab[32]; -#ifdef FEAT_LOCALMAP // Table used for mappings local to a buffer. mapblock_T *(b_maphash[256]); // First abbreviation local to a buffer. mapblock_T *b_first_abbr; -#endif + // User commands local to the buffer. garray_T b_ucmds; // start and end of an operator, also used for '[ and '] |