mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
Fix for cursor position in wrapped line with concealed text.
This commit is contained in:
@@ -4500,6 +4500,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
|
||||
&& (int)wp->w_virtcol <= vcol + n_skip)
|
||||
{
|
||||
wp->w_wcol = col - boguscols;
|
||||
wp->w_wrow = row;
|
||||
did_wcol = TRUE;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user