commit | 90a997987dbbe43af3c15118a35f658f0f037d1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 21:52:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 21:52:18 2018 +0200 |
tree | 53f3974a235a4bc9c0a266fde3c5e86d5fde5ac6 | |
parent | 643b6140873e0e6f297df0cbca11bc1ea1f21925 [diff] [blame] |
patch 8.1.0372: screen updating slow when 'cursorline' is set Problem: Screen updating slow when 'cursorline' is set. Solution: Only redraw the old and new cursor line, not all lines.
diff --git a/src/version.c b/src/version.c index 88e50c1..53dbfd9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 372, +/**/ 371, /**/ 370,