commit | e24b4aba1fbf782954897abdbfc084c4221428eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 20:51:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 20:51:14 2022 +0100 |
tree | 96aed827f612301272d266430fe4afb827fbb483 | |
parent | 8fa745e7be3a791ac25f93ef0227bbc48ade8a37 [diff] [blame] |
patch 9.0.0482: "g0" moves to wrong location with virtual text "above" Problem: "g0" moves to wrong location with virtual text "above". Solution: Compensate for the extra columns. (closes #11141) Also fix "g$"
diff --git a/src/version.c b/src/version.c index 8f6988b..19f9e00 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 482, +/**/ 481, /**/ 480,