From bd9a53c06c8869ad811cb3dd01a309c9be7d7a63 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 12 Sep 2018 23:15:48 +0200 Subject: patch 8.1.0374: moving the cursor is slow when 'relativenumber' is set Problem: Moving the cursor is slow when 'relativenumber' is set. Solution: Only redraw the number column, not all lines. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a4df82070..ca6ac59f0 100644 --- a/src/version.c +++ b/src/version.c @@ -794,6 +794,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 374, /**/ 373, /**/ -- cgit v1.2.1