comparison 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
comparison
equal deleted inserted replaced
6315:f1d8e0778d1b 6316:5f54e1995751
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 491,
744 /**/ 746 /**/
745 490, 747 490,
746 /**/ 748 /**/
747 489, 749 489,
748 /**/ 750 /**/