0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0162

This commit is contained in:
Bram Moolenaar
2005-12-02 00:44:04 +00:00
parent bba577a242
commit c6039d8fcb
11 changed files with 45 additions and 34 deletions

View File

@@ -1140,7 +1140,7 @@ getcount:
#endif
}
/* get the length of mapped chars again after typing a count, second
/* Get the length of mapped chars again after typing a count, second
* character or "z333<cr>". */
if (old_mapped_len > 0)
old_mapped_len = typebuf_maplen();