From: Bram Moolenaar Date: Sat, 18 Jun 2011 23:27:34 +0000 (+0200) Subject: updated for version 7.3.222 X-Git-Tag: v7.3.222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f3c637fc2072ab403d6c77999ee5840a3196f8;p=vim updated for version 7.3.222 Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams) --- diff --git a/src/GvimExt/gvimext.def b/src/GvimExt/gvimext.def index 459d10369..e6d66f436 100644 --- a/src/GvimExt/gvimext.def +++ b/src/GvimExt/gvimext.def @@ -1,7 +1,7 @@ ;gvimdef.def : Declares the module parameters for the DLL. LIBRARY gvimext -DESCRIPTION 'Vim Shell Extension' +; DESCRIPTION 'Vim Shell Extension' EXPORTS DllCanUnloadNow private diff --git a/src/GvimExt/gvimext_ming.def b/src/GvimExt/gvimext_ming.def index 0b47d7dea..b96e1d399 100644 --- a/src/GvimExt/gvimext_ming.def +++ b/src/GvimExt/gvimext_ming.def @@ -3,7 +3,7 @@ ;Hence this is the same file as gvimext.def with private removed LIBRARY gvimext -DESCRIPTION 'Vim Shell Extension build with MinGW' +; DESCRIPTION 'Vim Shell Extension build with MinGW' EXPORTS DllCanUnloadNow = DllCanUnloadNow@0 diff --git a/src/version.c b/src/version.c index 9832bef13..0bd91defd 100644 --- a/src/version.c +++ b/src/version.c @@ -709,6 +709,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 222, /**/ 221, /**/