summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-12 23:15:48 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-12 23:15:48 +0200
commitbd9a53c06c8869ad811cb3dd01a309c9be7d7a63 (patch)
tree236d836cac1ea87684c45c469e76bf59538520d6 /src/version.c
parent1b7fefcbce5dd2fd337e217d4857b941da3f8bed (diff)
downloadvim-git-8.1.0374.tar.gz
patch 8.1.0374: moving the cursor is slow when 'relativenumber' is setv8.1.0374
Problem: Moving the cursor is slow when 'relativenumber' is set. Solution: Only redraw the number column, not all lines.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a4df82070..ca6ac59f0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 374,
+/**/
373,
/**/
372,