From: Bram Moolenaar Date: Wed, 2 Dec 2009 12:31:27 +0000 (+0000) Subject: updated for version 7.2-311 X-Git-Tag: v7.2.311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4888d0535c0ce3a7870ef2cdb4ac1864d185c50;p=vim updated for version 7.2-311 --- diff --git a/src/fileio.c b/src/fileio.c index 805ff8734..f63bb60dc 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -21,7 +21,7 @@ #include "vim.h" -#ifdef __TANDEM +#if defined(__TANDEM) || defined(__MINT__) # include /* for SSIZE_MAX */ #endif diff --git a/src/version.c b/src/version.c index 6ae83a421..c237dd5c4 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 311, /**/ 310, /**/