We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88e997 commit a949911Copy full SHA for a949911
src/GvimExt/gvimext.def
@@ -1,7 +1,7 @@
1
;gvimdef.def : Declares the module parameters for the DLL.
2
3
LIBRARY gvimext
4
-DESCRIPTION 'Vim Shell Extension'
+; DESCRIPTION 'Vim Shell Extension'
5
6
EXPORTS
7
DllCanUnloadNow private
src/GvimExt/gvimext_ming.def
@@ -3,7 +3,7 @@
;Hence this is the same file as gvimext.def with private removed
-DESCRIPTION 'Vim Shell Extension build with MinGW'
+; DESCRIPTION 'Vim Shell Extension build with MinGW'
8
9
DllCanUnloadNow = DllCanUnloadNow@0
src/version.c
@@ -709,6 +709,8 @@ static char *(features[]) =
709
710
static int included_patches[] =
711
{ /* Add new patch number below this line */
712
+/**/
713
+ 222,
714
/**/
715
221,
716
0 commit comments