0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.2a-010

This commit is contained in:
Bram Moolenaar
2008-06-29 14:16:06 +00:00
parent 0d1498ea69
commit 89bf0927af
3 changed files with 19 additions and 4 deletions

View File

@@ -1391,7 +1391,7 @@ msg_outtrans_len_attr(msgstr, len, attr)
plain_start = str + 1;
msg_puts_attr(s, attr == 0 ? hl_attr(HLF_8) : attr);
}
retval += ptr2cells(str);
retval += char2cells(*str);
++str;
}
}