commit | feba08b22a367b13ce42f422a9cf8871295a401a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 13:12:07 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 13:12:07 2009 +0000 |
tree | dddb1e33b6ea4438d7f176cdc0bfcdfe4a28fa10 | |
parent | bfa2824d7ed3ef2a9987a666e9f93abd7d1e341d [diff] [blame] |
updated for version 7.2-200
diff --git a/src/os_unix.c b/src/os_unix.c index 72b17c4..591b49c 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -4305,7 +4305,8 @@ 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 }