diff src/version.c @ 3014:342b17608967 v7.3.279

updated for version 7.3.279 Problem: With GTK, when gvim is full-screen and a tab is opened and using a specific monitor configuration the window is too big. Solution: Adjust the window size like on MS-Windows. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 10 Aug 2011 17:44:45 +0200
parents 6622f28b7e87
children 58bba69b3371
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    279,
+/**/
     278,
 /**/
     277,