diff src/edit.c @ 782:d20041a02ee5

updated for version 7.0228
author vimboss
date Sat, 18 Mar 2006 21:40:56 +0000
parents 8c9ef63b1ccc
children 8f6a426bc1e0
line wrap: on
line diff
--- a/src/edit.c
+++ b/src/edit.c
@@ -7251,7 +7251,7 @@ ins_ctrl_g()
     static void
 ins_ctrl_hat()
 {
-    if (map_to_exists_mode((char_u *)"", LANGMAP))
+    if (map_to_exists_mode((char_u *)"", LANGMAP, FALSE))
     {
 	/* ":lmap" mappings exists, Toggle use of ":lmap" mappings. */
 	if (State & LANGMAP)