]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-206 v7.2.206
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Jun 2009 14:57:26 +0000 (14:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Jun 2009 14:57:26 +0000 (14:57 +0000)
src/netbeans.c
src/version.c

index dba50d4571da7b5af7773090b5a8bd9680f1a38c..fe3a70c39f5814d2e083125fe52caf347b39f6bb 100644 (file)
@@ -32,6 +32,7 @@
 /* WinSock API is separated from C API, thus we can't use read(), write(),
  * errno... */
 # define sock_errno WSAGetLastError()
+# undef ECONNREFUSED
 # define ECONNREFUSED WSAECONNREFUSED
 # ifdef EINTR
 #  undef EINTR
index 01957033b443e6240193bc212a8356040df3e90b..f9ebbeaa457f62b5befe22d57c879cb8e4dad93c 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    206,
 /**/
     205,
 /**/