diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 16:44:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 16:44:05 +0000 |
commit | b6799acd2d50b65eecfd3d691573628e3e8aa474 (patch) | |
tree | f0b27a7c1a05183d130a23c23fae6a1bd867398c /src/getchar.c | |
parent | 143c38cd31b5d4469e52048f355313718430bf0c (diff) | |
download | vim-git-b6799acd2d50b65eecfd3d691573628e3e8aa474.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/getchar.c')
-rw-r--r-- | src/getchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c index c265a6f00..23611a118 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -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; |