commit | bd9a53c06c8869ad811cb3dd01a309c9be7d7a63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 23:15:48 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 23:15:48 2018 +0200 |
tree | 236d836cac1ea87684c45c469e76bf59538520d6 | |
parent | 1b7fefcbce5dd2fd337e217d4857b941da3f8bed [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a4df820..ca6ac59 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 374, +/**/ 373, /**/ 372,