1
0
forked from aniani/vim

updated for version 7.0127

This commit is contained in:
Bram Moolenaar
2005-08-10 21:07:57 +00:00
parent c388fbf9d9
commit 0fa313a718
47 changed files with 638 additions and 465 deletions

View File

@@ -5066,7 +5066,7 @@ replace_termcodes(from, bufp, from_part, do_lt)
#ifdef FEAT_MBYTE
/* skip multibyte char correctly */
for (i = (*mb_ptr2len_check)(src); i > 0; --i)
for (i = (*mb_ptr2len)(src); i > 0; --i)
#endif
{
/*