0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2-200

This commit is contained in:
Bram Moolenaar
2009-06-16 13:12:07 +00:00
parent bfa2824d7e
commit feba08b22a
6 changed files with 111 additions and 7 deletions

View File

@@ -4305,7 +4305,8 @@ mch_call_shell(cmd, options)
ta_buf[i] = '\n';
# ifdef FEAT_MBYTE
if (has_mbyte)
i += (*mb_ptr2len)(ta_buf + i) - 1;
i += (*mb_ptr2len_len)(ta_buf + i,
ta_len + len - i) - 1;
# endif
}