0
0
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:
Bram Moolenaar
2010-07-24 17:39:52 +02:00
parent ffbbcb597c
commit 72ada0f8c2
2 changed files with 1 additions and 2 deletions

View File

@@ -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