]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.868 v7.3.868
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Mar 2013 12:56:08 +0000 (13:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Mar 2013 12:56:08 +0000 (13:56 +0100)
commitb59494cab15310c8e2aaf59d48b270282c3e2017
tree63afb6477be1bf4d9cf9e4c92a2a5b1f2afea068
parent186628f67153726edf130015e2a8043a5d309c42
updated for version 7.3.868
Problem:    When at the hit-return prompt and using "k" while no text has
            scrolled off screen, then using "j", an empty line is displayed.
Solution:   Only act on "k" when text scrolled off screen.  Also accept
            page-up and page-down.  (cptstubing)
src/message.c
src/version.c