]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.219 v7.4.219
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Mar 2014 11:11:48 +0000 (12:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Mar 2014 11:11:48 +0000 (12:11 +0100)
commitb679875b29b519b5a612ffa6f4379ddfa5da5b12
tree4bcfbdc0f0559b2cc357ce790fe953ae9d7b4ef7
parent327aa02ddaafa7c4585120ed152e078b9d74acea
updated for version 7.4.219
Problem:    When 'relativenumber' or 'cursorline' are set the window is
            redrawn much to often. (Patrick Hemmer, Dominique Pelle)
Solution:   Check the VALID_CROW flag instead of VALID_WROW.
src/move.c
src/version.c