mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.0139
This commit is contained in:
@@ -2939,6 +2939,10 @@ win_line(wp, lnum, startrow, endrow)
|
||||
word_end = wp->w_cursor.col + len + 1;
|
||||
|
||||
wp->w_cursor = pos;
|
||||
|
||||
/* Need to restart syntax highlighting for this line. */
|
||||
if (has_syntax)
|
||||
syntax_start(wp, lnum);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user