0
0
mirror of https://github.com/vim/vim.git synced 2025-11-13 22:54:27 -05:00

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

@@ -4611,7 +4611,7 @@ file_name_in_line(line, col, options, count, rel_fname)
|| ((options & FNAME_HYP) && path_is_url(ptr + len)))
#ifdef FEAT_MBYTE
if (has_mbyte)
len += (*mb_ptr2len_check)(ptr + len);
len += (*mb_ptr2len)(ptr + len);
else
#endif
++len;