diff src/version.c @ 5921:df141c80ea3a v7.4.302

updated for version 7.4.302 Problem: Signs placed with 'foldcolumn' set don't show up after filler lines. Solution: Take filler lines into account. (Olaf Dabrunz)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 15:51:04 +0200
parents 8cb42aa3c495
children 463ef551e9f6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    302,
+/**/
     301,
 /**/
     300,