mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0228
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user