commit | 451cf63751673e5cc7ecfbd112325217d9a955b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 18:58:14 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 18:58:14 2012 +0200 |
tree | a7975273a46bb34e29f404c26192dc0dbb8b89cf | |
parent | 00b8ae0d3d90f80fc817857dca26359b175b18ed [diff] [blame] |
updated for version 7.3.638
diff --git a/src/screen.c b/src/screen.c index c9f447c..92eb232 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -5332,8 +5332,9 @@ && (ScreenLinesUC[off_from] != ScreenLinesUC[off_to] || (ScreenLinesUC[off_from] != 0 && comp_char_differs(off_from, off_to)) - || (cols > 1 && ScreenLines[off_from + 1] - != ScreenLines[off_to + 1]))) + || ((*mb_off2cells)(off_from, off_from + cols) > 1 + && ScreenLines[off_from + 1] + != ScreenLines[off_to + 1]))) #endif )) return TRUE;