0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.1926: cursorline not redrawn when putting a line above the cursor

Problem:    Cursorline not redrawn when putting a line above the cursor.
Solution:   Redraw when the curor line is below a change. (closes #4862)
This commit is contained in:
Bram Moolenaar
2019-08-25 14:48:37 +02:00
parent 4c313b13fb
commit c2b97643a8
2 changed files with 10 additions and 3 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1926,
/**/
1925,
/**/