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