]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.101
- updated to 7.2.102
[packages/vim.git] / 7.2.101
CommitLineData
3e524028
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.101 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.101 (extra)
11Problem: MSVC version not recognized.
12Solution: Add the version number to the list. (Zhong Zhang)
13Files: src/Make_mvc.mak
14
15
16*** ../vim-7.2.100/src/Make_mvc.mak Thu Jul 24 20:49:58 2008
17--- src/Make_mvc.mak Wed Feb 4 18:32:47 2009
18***************
19*** 354,359 ****
20--- 354,362 ----
21 !if "$(_NMAKE_VER)" == "9.00.21022.08"
22 MSVCVER = 9.0
23 !endif
24+ !if "$(_NMAKE_VER)" == "9.00.30729.01"
25+ MSVCVER = 9.0
26+ !endif
27 !endif
28
29 # Abort bulding VIM if version of VC is unrecognised.
30*** ../vim-7.2.100/src/version.c Wed Feb 4 17:49:46 2009
31--- src/version.c Wed Feb 4 18:34:12 2009
32***************
33*** 678,679 ****
34--- 678,681 ----
35 { /* Add new patch number below this line */
36+ /**/
37+ 101,
38 /**/
39
40--
41Light travels faster than sound. This is why some people
42appear bright until you hear them speak
43
44 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
45/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46\\\ download, build and distribute -- http://www.A-A-P.org ///
47 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.035491 seconds and 4 git commands to generate.