comparison src/proto/move.pro @ 14846:10107703b9b2 v8.1.0435

patch 8.1.0435: cursorline highlight not removed in some situation commit https://github.com/vim/vim/commit/8c63e0ec314ba07d54b881dc629fe19e6eda1fb8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 25 22:17:54 2018 +0200 patch 8.1.0435: cursorline highlight not removed in some situation Problem: Cursorline highlight not removed in some situation. (Vitaly Yashin) Solution: Reset last_cursorline when resetting 'cursorline'. (Christian Brabandt, closes #3481)
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Sep 2018 22:30:05 +0200
parents 21b0a39d13ed
children b7a88676e81c
comparison
equal deleted inserted replaced
14845:1a576464722d 14846:10107703b9b2
1 /* move.c */ 1 /* move.c */
2 void reset_cursorline(void);
2 void update_topline_redraw(void); 3 void update_topline_redraw(void);
3 void update_topline(void); 4 void update_topline(void);
4 void update_curswant(void); 5 void update_curswant(void);
5 void check_cursor_moved(win_T *wp); 6 void check_cursor_moved(win_T *wp);
6 void changed_window_setting(void); 7 void changed_window_setting(void);