summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-16 20:51:14 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-16 20:51:14 +0100
commite24b4aba1fbf782954897abdbfc084c4221428eb (patch)
tree96aed827f612301272d266430fe4afb827fbb483 /src/proto
parent8fa745e7be3a791ac25f93ef0227bbc48ade8a37 (diff)
downloadvim-git-e24b4aba1fbf782954897abdbfc084c4221428eb.tar.gz
patch 9.0.0482: "g0" moves to wrong location with virtual text "above"v9.0.0482
Problem: "g0" moves to wrong location with virtual text "above". Solution: Compensate for the extra columns. (closes #11141) Also fix "g$"
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/move.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/move.pro b/src/proto/move.pro
index f9787d6a6..de8bf51e1 100644
--- a/src/proto/move.pro
+++ b/src/proto/move.pro
@@ -2,6 +2,7 @@
void redraw_for_cursorline(win_T *wp);
void update_topline_redraw(void);
void update_topline(void);
+void update_curswant_force(void);
void update_curswant(void);
void check_cursor_moved(win_T *wp);
void changed_window_setting(void);