1
0
forked from aniani/vim

patch 8.2.4644: redrawing too often when 'relativenumber' is set

Problem:    Redrawing too often when 'relativenumber' is set.
Solution:   Only redraw when the cursor line changed. (Lewis Russell,
            closes #10040)
This commit is contained in:
Lewis Russell
2022-03-29 11:38:17 +01:00
committed by Bram Moolenaar
parent 24565cf27b
commit 1624639ec8
4 changed files with 10 additions and 4 deletions

View File

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