|
Karsten Hopp |
81c285 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
81c285 |
Subject: Patch 7.2.194 (extra)
|
|
Karsten Hopp |
81c285 |
Fcc: outbox
|
|
Karsten Hopp |
81c285 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
81c285 |
Mime-Version: 1.0
|
|
Karsten Hopp |
81c285 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
81c285 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
81c285 |
------------
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
Patch 7.2.194 (extra)
|
|
Karsten Hopp |
81c285 |
Problem: MSVC: rem commands are echoed.
|
|
Karsten Hopp |
81c285 |
Solution: Add commands to switch off echo. (Wang Xu)
|
|
Karsten Hopp |
81c285 |
Files: src/msvc2008.bat
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.193/src/msvc2008.bat 2008-06-24 22:55:23.000000000 +0200
|
|
Karsten Hopp |
81c285 |
--- src/msvc2008.bat 2009-04-29 18:05:11.000000000 +0200
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 1,5 ****
|
|
Karsten Hopp |
81c285 |
--- 1,7 ----
|
|
Karsten Hopp |
81c285 |
+ @echo off
|
|
Karsten Hopp |
81c285 |
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
|
|
Karsten Hopp |
81c285 |
rem aka Microsoft Visual Studio 9.0.
|
|
Karsten Hopp |
81c285 |
rem See INSTALLpc.txt for information.
|
|
Karsten Hopp |
81c285 |
+ @echo on
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
call "%VS90COMNTOOLS%%vsvars32.bat"
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.193/src/version.c 2009-06-03 14:25:47.000000000 +0200
|
|
Karsten Hopp |
81c285 |
--- src/version.c 2009-06-03 15:04:30.000000000 +0200
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 678,679 ****
|
|
Karsten Hopp |
81c285 |
--- 678,681 ----
|
|
Karsten Hopp |
81c285 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
81c285 |
+ /**/
|
|
Karsten Hopp |
81c285 |
+ 194,
|
|
Karsten Hopp |
81c285 |
/**/
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
--
|
|
Karsten Hopp |
81c285 |
I used to be indecisive, now I'm not sure.
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
81c285 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
81c285 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
81c285 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|