]> granicus.if.org Git - vim/commit
patch 8.1.0372: screen updating slow when 'cursorline' is set v8.1.0372
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2018 19:52:18 +0000 (21:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2018 19:52:18 +0000 (21:52 +0200)
commit90a997987dbbe43af3c15118a35f658f0f037d1d
tree53f3974a235a4bc9c0a266fde3c5e86d5fde5ac6
parent643b6140873e0e6f297df0cbca11bc1ea1f21925
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.
src/edit.c
src/move.c
src/proto/screen.pro
src/screen.c
src/version.c