]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.194
- new
[packages/vim.git] / 7.2.194
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.194 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.194 (extra)
11 Problem:    MSVC: rem commands are echoed.
12 Solution:   Add commands to switch off echo. (Wang Xu)
13 Files:      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 -- 
39 I 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.035536 seconds and 3 git commands to generate.