0
0
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:
Bram Moolenaar
2007-05-10 16:44:05 +00:00
parent 143c38cd31
commit b6799acd2d
6 changed files with 302 additions and 6 deletions

View File

@@ -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;