]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.222 v7.3.222
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2011 23:27:34 +0000 (01:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2011 23:27:34 +0000 (01:27 +0200)
Problem:    Warning for building GvimExt.
Solution:   Comment-out the DESCRIPTION line. (Mike Williams)

src/GvimExt/gvimext.def
src/GvimExt/gvimext_ming.def
src/version.c

index 459d1036922a67e749f3ca2028719ca1b68273dd..e6d66f43627dd6a90fb43fbc0f516a188ba577d8 100644 (file)
@@ -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
index 0b47d7dea04e3e80e1df884946b96468ac33498b..b96e1d39923c67470d2e2780816d9d045094fae5 100644 (file)
@@ -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
index 9832bef13e572840e03da6d9bdaef0aef0e83c32..0bd91defd88c686633134b19ac31ad180a7079a8 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    222,
 /**/
     221,
 /**/