mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-206
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
/* WinSock API is separated from C API, thus we can't use read(), write(),
|
/* WinSock API is separated from C API, thus we can't use read(), write(),
|
||||||
* errno... */
|
* errno... */
|
||||||
# define sock_errno WSAGetLastError()
|
# define sock_errno WSAGetLastError()
|
||||||
|
# undef ECONNREFUSED
|
||||||
# define ECONNREFUSED WSAECONNREFUSED
|
# define ECONNREFUSED WSAECONNREFUSED
|
||||||
# ifdef EINTR
|
# ifdef EINTR
|
||||||
# undef EINTR
|
# undef EINTR
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
206,
|
||||||
/**/
|
/**/
|
||||||
205,
|
205,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user