]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.314
- up to 7.3.600
[packages/vim.git] / 7.3.314
CommitLineData
59ab3540
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.314
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.3.314 (after 7.3.304)
11Problem: Missing parenthesis.
12Solution: Add it. (Benjamin R. Haskell)
13Files: src/Make_mvc.mak
14
15
16*** ../vim-7.3.313/src/Make_mvc.mak 2011-09-14 10:49:44.000000000 +0200
17--- src/Make_mvc.mak 2011-09-14 18:56:24.000000000 +0200
18***************
19*** 785,791 ****
20 PERL_INC = /I $(PERL_INCDIR)
21 PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
22 XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
23! !if exist($(XSUBPP)
24 XSUBPP = $(PERL_EXE) $(XSUBPP)
25 !else
26 XSUBPP = xsubpp
27--- 785,791 ----
28 PERL_INC = /I $(PERL_INCDIR)
29 PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
30 XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
31! !if exist($(XSUBPP))
32 XSUBPP = $(PERL_EXE) $(XSUBPP)
33 !else
34 XSUBPP = xsubpp
35*** ../vim-7.3.313/src/version.c 2011-09-14 18:59:35.000000000 +0200
36--- src/version.c 2011-09-14 19:01:12.000000000 +0200
37***************
38*** 711,712 ****
39--- 711,714 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 314,
43 /**/
44
45--
46Often you're less important than your furniture. If you think about it, you
47can get fired but your furniture stays behind, gainfully employed at the
48company that didn't need _you_ anymore.
49 (Scott Adams - The Dilbert principle)
50
51 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
52/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53\\\ an exciting new programming language -- http://www.Zimbu.org ///
54 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.046676 seconds and 4 git commands to generate.