diff src/version.c @ 5086:6ddc1785c4ff v7.3.1286

updated for version 7.3.1286 Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 21:43:08 +0200
parents 14e7a115d54d
children 34c629c3b4ba
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 */
 /**/
+    1286,
+/**/
     1285,
 /**/
     1284,