1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2013-03-19 13:56:08 +01:00
parent 186628f671
commit b59494cab1
2 changed files with 19 additions and 4 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
868,
/**/
867,
/**/