forked from aniani/vim
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$"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user