diff src/version.c @ 4234:b31989e2b058 v7.3.868

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 13:56:08 +0100
parents 0fcb050fd79d
children 23ce9a61bdc2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    868,
+/**/
     867,
 /**/
     866,