summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h
index 122e475038..21b5f693bd 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 ']