]> granicus.if.org Git - vim/commit
patch 8.1.0374: moving the cursor is slow when 'relativenumber' is set v8.1.0374
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2018 21:15:48 +0000 (23:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2018 21:15:48 +0000 (23:15 +0200)
commitbd9a53c06c8869ad811cb3dd01a309c9be7d7a63
tree236d836cac1ea87684c45c469e76bf59538520d6
parent1b7fefcbce5dd2fd337e217d4857b941da3f8bed
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/move.c
src/screen.c
src/version.c