1
0
forked from aniani/vim

patch 8.2.2904: "g$" causes scroll if half a double width char is visible

Problem:    "g$" causes scroll if half a double width char is visible.
Solution:   Advance to the last fully visible character. (closes #8254)
This commit is contained in:
Bram Moolenaar
2021-05-29 19:18:01 +02:00
parent a06e345af5
commit 74ede80aeb
3 changed files with 38 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2904,
/**/
2903,
/**/