diff src/version.c @ 6316:5f54e1995751 v7.4.491

updated for version 7.4.491 Problem: When winrestview() has a negative "topline" value there are display errors. Solution: Correct a negative value to 1. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 Oct 2014 15:45:52 +0100
parents df92c2b2a179
children 5e998fc610d5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    491,
+/**/
     490,
 /**/
     489,