summaryrefslogtreecommitdiffstats
path: root/src/proto/move.pro
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-05-06 12:40:15 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-06 12:40:15 +0100
commitc8502f9b880b6d23baa4f9d28b60e1ceb442e35f (patch)
treee87ae73d24b972095f15d83fef32115361526e29 /src/proto/move.pro
parent12e7a1fe7527e9e59adbe248a95b4b532e3ec58c (diff)
patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' setv9.0.1512
Problem: Inserting lines when scrolling with 'smoothscroll' set. Solution: Adjust line height computation for w_skipcol. (Luuk van Baal, closes #12350)
Diffstat (limited to 'src/proto/move.pro')
-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 0858e26b0d..1fe46a3410 100644
--- a/src/proto/move.pro
+++ b/src/proto/move.pro
@@ -1,4 +1,5 @@
/* move.c */
+int adjust_plines_for_skipcol(win_T *wp, int n);
void redraw_for_cursorline(win_T *wp);
void update_topline_redraw(void);
void update_topline(void);