|
Karsten Hopp |
8b2f73 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
8b2f73 |
Subject: Patch 7.3.1308
|
|
Karsten Hopp |
8b2f73 |
Fcc: outbox
|
|
Karsten Hopp |
8b2f73 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
8b2f73 |
Mime-Version: 1.0
|
|
Karsten Hopp |
8b2f73 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
8b2f73 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
8b2f73 |
------------
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
Patch 7.3.1308
|
|
Karsten Hopp |
8b2f73 |
Problem: Typos in MS-Windows build settings and README.
|
|
Karsten Hopp |
8b2f73 |
Solution: Minor changes to MS-Windows files.
|
|
Karsten Hopp |
8b2f73 |
Files: src/msvc2008.bat, src/msvc2010.bat, src/VisVim/README_VisVim.txt
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
*** ../vim-7.3.1307/src/msvc2008.bat 2010-08-15 21:57:32.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
--- src/msvc2008.bat 2013-06-22 12:39:17.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
***************
|
|
Karsten Hopp |
8b2f73 |
*** 4,7 ****
|
|
Karsten Hopp |
8b2f73 |
rem See INSTALLpc.txt for information.
|
|
Karsten Hopp |
8b2f73 |
@echo on
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
! call "%VS90COMNTOOLS%%vsvars32.bat"
|
|
Karsten Hopp |
8b2f73 |
--- 4,7 ----
|
|
Karsten Hopp |
8b2f73 |
rem See INSTALLpc.txt for information.
|
|
Karsten Hopp |
8b2f73 |
@echo on
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
! call "%VS90COMNTOOLS%vsvars32.bat"
|
|
Karsten Hopp |
8b2f73 |
*** ../vim-7.3.1307/src/msvc2010.bat 2011-06-12 20:36:00.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
--- src/msvc2010.bat 2013-06-22 12:39:30.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
***************
|
|
Karsten Hopp |
8b2f73 |
*** 4,7 ****
|
|
Karsten Hopp |
8b2f73 |
rem See INSTALLpc.txt for information.
|
|
Karsten Hopp |
8b2f73 |
@echo on
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
! call "%VS100COMNTOOLS%%vsvars32.bat"
|
|
Karsten Hopp |
8b2f73 |
--- 4,7 ----
|
|
Karsten Hopp |
8b2f73 |
rem See INSTALLpc.txt for information.
|
|
Karsten Hopp |
8b2f73 |
@echo on
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
! call "%VS100COMNTOOLS%vsvars32.bat"
|
|
Karsten Hopp |
8b2f73 |
*** ../vim-7.3.1307/src/VisVim/README_VisVim.txt 2013-05-06 04:21:35.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
--- src/VisVim/README_VisVim.txt 2013-05-11 14:42:53.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
***************
|
|
Karsten Hopp |
8b2f73 |
*** 282,288 ****
|
|
Karsten Hopp |
8b2f73 |
occasionally still seems to happen, but it's more stable now).
|
|
Karsten Hopp |
8b2f73 |
(Vince Negri)
|
|
Karsten Hopp |
8b2f73 |
- Added support for the new CTRL-\ CTRL-N command of Vim 5.4a.
|
|
Karsten Hopp |
8b2f73 |
! This prevents Vim from beeping when a VisVim command is executed an Vim is
|
|
Karsten Hopp |
8b2f73 |
not in insert mode.
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
--- 282,288 ----
|
|
Karsten Hopp |
8b2f73 |
occasionally still seems to happen, but it's more stable now).
|
|
Karsten Hopp |
8b2f73 |
(Vince Negri)
|
|
Karsten Hopp |
8b2f73 |
- Added support for the new CTRL-\ CTRL-N command of Vim 5.4a.
|
|
Karsten Hopp |
8b2f73 |
! This prevents Vim from beeping when a VisVim command is executed and Vim is
|
|
Karsten Hopp |
8b2f73 |
not in insert mode.
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
*** ../vim-7.3.1307/src/version.c 2013-07-04 22:34:56.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
--- src/version.c 2013-07-04 22:48:42.000000000 +0200
|
|
Karsten Hopp |
8b2f73 |
***************
|
|
Karsten Hopp |
8b2f73 |
*** 730,731 ****
|
|
Karsten Hopp |
8b2f73 |
--- 730,733 ----
|
|
Karsten Hopp |
8b2f73 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
8b2f73 |
+ /**/
|
|
Karsten Hopp |
8b2f73 |
+ 1308,
|
|
Karsten Hopp |
8b2f73 |
/**/
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
--
|
|
Karsten Hopp |
8b2f73 |
An indication you must be a manager:
|
|
Karsten Hopp |
8b2f73 |
You can explain to somebody the difference between "re-engineering",
|
|
Karsten Hopp |
8b2f73 |
"down-sizing", "right-sizing", and "firing people's asses".
|
|
Karsten Hopp |
8b2f73 |
|
|
Karsten Hopp |
8b2f73 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
8b2f73 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
8b2f73 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
8b2f73 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|