]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.329 v7.4.329
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Jun 2014 11:52:40 +0000 (13:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Jun 2014 11:52:40 +0000 (13:52 +0200)
commitec1561cac59006213dd5405d164a94dc7d002806
tree4484b8f4ea4c5c3368fb98c77296b0b0d4c47407
parent7a54a90744529ab4d3291fa5cdf7656184b8469c
updated for version 7.4.329
Problem:    When moving the cursor and then switching to another window the
            previous window isn't scrolled. (Yukihiro Nakadaira)
Solution:   Call update_topline() before leaving the window. (Christian
            Brabandt)
src/version.c
src/window.c