]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.194
- new
[packages/vim.git] / 7.2.194
CommitLineData
ef0610d1
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.194 (extra)
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.194 (extra)
11Problem: MSVC: rem commands are echoed.
12Solution: Add commands to switch off echo. (Wang Xu)
13Files: src/msvc2008.bat
14
15
16*** ../vim-7.2.193/src/msvc2008.bat 2008-06-24 22:55:23.000000000 +0200
17--- src/msvc2008.bat 2009-04-29 18:05:11.000000000 +0200
18***************
19*** 1,5 ****
20--- 1,7 ----
21+ @echo off
22 rem To be used on MS-Windows for Visual C++ 2008 Express Edition
23 rem aka Microsoft Visual Studio 9.0.
24 rem See INSTALLpc.txt for information.
25+ @echo on
26
27 call "%VS90COMNTOOLS%%vsvars32.bat"
28*** ../vim-7.2.193/src/version.c 2009-06-03 14:25:47.000000000 +0200
29--- src/version.c 2009-06-03 15:04:30.000000000 +0200
30***************
31*** 678,679 ****
32--- 678,681 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 194,
36 /**/
37
38--
39I used to be indecisive, now I'm not sure.
40
41 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
42/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
43\\\ download, build and distribute -- http://www.A-A-P.org ///
44 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.034944 seconds and 4 git commands to generate.