mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 03:08:27 +00:00
screen: fix vcol counting with virtual text. Fixes #9941
This commit is contained in:
@@ -4007,7 +4007,7 @@ win_line (
|
||||
break;
|
||||
}
|
||||
|
||||
++vcol;
|
||||
vcol += cells;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user