commit | 74ede80aeb272ac81d41a256057c4f250372dd00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 29 19:18:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 19:18:01 2021 +0200 |
tree | 8174d5c488076e8fb910d88ed08b85fafba6d2a9 | |
parent | a06e345af5b8261c072c95b0446e67cfda439848 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c94183b..b95a969 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2904, +/**/ 2903, /**/ 2902,