summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 9bc9abca3a..85c46a52bb 100644
--- a/src/map.c
+++ b/src/map.c
@@ -65,7 +65,7 @@ validate_maphash(void)
{
if (!maphash_valid)
{
- vim_memset(maphash, 0, sizeof(maphash));
+ CLEAR_FIELD(maphash);
maphash_valid = TRUE;
}
}