mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1b
This commit is contained in:
@@ -3427,7 +3427,7 @@ do_map(maptype, arg, mode, abbrev)
|
||||
showmap(mp, map_table != maphash);
|
||||
did_it = TRUE;
|
||||
}
|
||||
else if (n != len) /* new entry is ambigious */
|
||||
else if (n != len) /* new entry is ambiguous */
|
||||
{
|
||||
mpp = &(mp->m_next);
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user