summaryrefslogtreecommitdiffstats
path: root/src/proto/move.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-25 22:17:54 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-25 22:17:54 +0200
commit8c63e0ec314ba07d54b881dc629fe19e6eda1fb8 (patch)
tree5013e60903788494a6b7f9bea4cf7f1fcbf8fcc7 /src/proto/move.pro
parent09037503ea5f957ad23121bc61e15e4bb1765edf (diff)
patch 8.1.0435: cursorline highlight not removed in some situationv8.1.0435
Problem: Cursorline highlight not removed in some situation. (Vitaly Yashin) Solution: Reset last_cursorline when resetting 'cursorline'. (Christian Brabandt, closes #3481)
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 3bc3fd9c33..f66e9cd183 100644
--- a/src/proto/move.pro
+++ b/src/proto/move.pro
@@ -1,4 +1,5 @@
/* move.c */
+void reset_cursorline(void);
void update_topline_redraw(void);
void update_topline(void);
void update_curswant(void);