updated for version 7.0219
diff --git a/src/main.c b/src/main.c
index 60aebf9..37d2e94 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2589,6 +2589,9 @@
 #ifdef SYS_VIMRC_FILE
 	(void)do_source((char_u *)SYS_VIMRC_FILE, FALSE, FALSE);
 #endif
+#ifdef MACOS_X
+	(void)do_source((char_u *)"$VIMRUNTIME/macmap.vim", FALSE, FALSE);
+#endif
 
 	/*
 	 * Try to read initialization commands from the following places: