comparison src/version.c @ 5919:8cb42aa3c495 v7.4.301

updated for version 7.4.301 Problem: Still a scrolling problem when loading a session file. Solution: Fix off-by-one mistake. (Nobuhiro Takasaki)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 15:17:29 +0200
parents 1157079ca5f1
children df141c80ea3a
comparison
equal deleted inserted replaced
5918:0c43318e476a 5919:8cb42aa3c495
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 301,
737 /**/ 739 /**/
738 300, 740 300,
739 /**/ 741 /**/
740 299, 742 299,
741 /**/ 743 /**/