diff src/version.c @ 5877:24c90f1fec85 v7.4.281

updated for version 7.4.281 Problem: When a session file has more than one tabpage and 'showtabline' is one the positions may be slightly off. Solution: Set 'showtabline' to two while positioning windows.
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 21:14:47 +0200
parents daf7e98675cf
children 6d0a1132dd71
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 */
 /**/
+    281,
+/**/
     280,
 /**/
     279,