]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.206
- drop nagios.vim (PITA to maintain two versions), use vim-syntax-nagios
[packages/vim.git] / 7.2.206
CommitLineData
ef0610d1
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.206
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.206
11Problem: Win32: Can't build netbeans interface with Visual Studio 2010.
12Solution: Undefine ECONNREFUSED. (George Reilly)
13Files: src/netbeans.c
14
15
16*** ../vim-7.2.205/src/netbeans.c 2009-05-17 23:25:16.000000000 +0200
17--- src/netbeans.c 2009-06-16 16:39:17.000000000 +0200
18***************
19*** 32,37 ****
20--- 32,38 ----
21 /* WinSock API is separated from C API, thus we can't use read(), write(),
22 * errno... */
23 # define sock_errno WSAGetLastError()
24+ # undef ECONNREFUSED
25 # define ECONNREFUSED WSAECONNREFUSED
26 # ifdef EINTR
27 # undef EINTR
28*** ../vim-7.2.205/src/version.c 2009-06-16 16:45:14.000000000 +0200
29--- src/version.c 2009-06-16 16:57:45.000000000 +0200
30***************
31*** 678,679 ****
32--- 678,681 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 206,
36 /**/
37
38--
39How To Keep A Healthy Level Of Insanity:
4018. When leaving the zoo, start running towards the parking lot,
41 yelling "run for your lives, they're loose!!"
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45\\\ download, build and distribute -- http://www.A-A-P.org ///
46 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.038465 seconds and 4 git commands to generate.