c6fb4e1
To: vim-dev@vim.org
c6fb4e1
Subject: Patch 7.2.007 (extra)
c6fb4e1
Fcc: outbox
c6fb4e1
From: Bram Moolenaar <Bram@moolenaar.net>
c6fb4e1
Mime-Version: 1.0
c6fb4e1
Content-Type: text/plain; charset=ISO-8859-1
c6fb4e1
Content-Transfer-Encoding: 8bit
c6fb4e1
------------
c6fb4e1
c6fb4e1
Patch 7.2.007 (extra)
c6fb4e1
Problem:    Minor issues for VMS.
c6fb4e1
Solution:   Minor fixes for VMS.  Add float support. (Zoltan Arpadffy)
c6fb4e1
Files:	    runtime/doc/os_vms.txt, src/os_vms_conf.h, src/Make_vms.mms,
c6fb4e1
	    src/testdir/Make_vms.mms, src/testdir/test30.in,
c6fb4e1
	    src/testdir/test54.in
c6fb4e1
c6fb4e1
c6fb4e1
*** ../vim-7.2.006/runtime/doc/os_vms.txt	Sat Aug  9 19:36:50 2008
c6fb4e1
--- runtime/doc/os_vms.txt	Tue Aug 19 06:29:31 2008
c6fb4e1
***************
c6fb4e1
*** 1,4 ****
c6fb4e1
! *os_vms.txt*    For Vim version 7.2.  Last change: 2006 Nov 18
c6fb4e1
  
c6fb4e1
  
c6fb4e1
  		  VIM REFERENCE MANUAL
c6fb4e1
--- 1,4 ----
c6fb4e1
! *os_vms.txt*    For Vim version 7.2.  Last change: 2008 Aug 19
c6fb4e1
  
c6fb4e1
  
c6fb4e1
  		  VIM REFERENCE MANUAL
c6fb4e1
***************
c6fb4e1
*** 312,318 ****
c6fb4e1
  
c6fb4e1
  8. Useful notes						*vms-notes*
c6fb4e1
  
c6fb4e1
! 8.1 backspace/delete
c6fb4e1
  8.2 Filters
c6fb4e1
  8.3 VMS file version numbers
c6fb4e1
  8.4 Directory conversion
c6fb4e1
--- 312,318 ----
c6fb4e1
  
c6fb4e1
  8. Useful notes						*vms-notes*
c6fb4e1
  
c6fb4e1
! 8.1 Backspace/delete
c6fb4e1
  8.2 Filters
c6fb4e1
  8.3 VMS file version numbers
c6fb4e1
  8.4 Directory conversion
c6fb4e1
***************
c6fb4e1
*** 326,333 ****
c6fb4e1
  8.12 diff-mode
c6fb4e1
  8.13 Allow '$' in C keywords
c6fb4e1
  8.14 VIMTUTOR for beginners
c6fb4e1
  
c6fb4e1
! 8.1 backspace/delete
c6fb4e1
  
c6fb4e1
  There are backspace/delete key inconsistencies with VMS.
c6fb4e1
  :fixdel doesn't do the trick, but the solution is: >
c6fb4e1
--- 326,335 ----
c6fb4e1
  8.12 diff-mode
c6fb4e1
  8.13 Allow '$' in C keywords
c6fb4e1
  8.14 VIMTUTOR for beginners
c6fb4e1
+ 8.15 Slow start in console mode issue 
c6fb4e1
+ 8.16 Common VIM directory - different architectures 
c6fb4e1
  
c6fb4e1
! 8.1 Backspace/delete
c6fb4e1
  
c6fb4e1
  There are backspace/delete key inconsistencies with VMS.
c6fb4e1
  :fixdel doesn't do the trick, but the solution is: >
c6fb4e1
***************
c6fb4e1
*** 663,674 ****
c6fb4e1
  
c6fb4e1
  (Thomas.R.Wyant III, Vim 6.1)
c6fb4e1
  
c6fb4e1
  ==============================================================================
c6fb4e1
  
c6fb4e1
  9. VMS related changes					*vms-changes*
c6fb4e1
  
c6fb4e1
! Version 7
c6fb4e1
  - Improved low level char input (affects just console mode)
c6fb4e1
  
c6fb4e1
  Version 6.4 (2005 Oct 15)
c6fb4e1
  - GTKLIB and Vim build on IA64
c6fb4e1
--- 665,794 ----
c6fb4e1
  
c6fb4e1
  (Thomas.R.Wyant III, Vim 6.1)
c6fb4e1
  
c6fb4e1
+ 8.14 Slow start in console mode issue
c6fb4e1
+ 
c6fb4e1
+ As GUI/GTK Vim works equally well in console mode, many administartors
c6fb4e1
+ deploy those executables system wide.
c6fb4e1
+ Unfortunately, on a remote slow connections GUI/GTK executables behave rather
c6fb4e1
+ slow when user wants to run Vim just in the console mode - because of X environment detection timeout.
c6fb4e1
+ 
c6fb4e1
+ Luckily, there is a simple solution for that. Administrators need to deploy
c6fb4e1
+ both GUI/GTK build and just console build executables, like below: >
c6fb4e1
+ 
c6fb4e1
+     |- vim72
c6fb4e1
+     |----- doc
c6fb4e1
+     |----- syntax        
c6fb4e1
+        vimrc    (system rc files)
c6fb4e1
+        gvimrc
c6fb4e1
+        gvim.exe (the remaned GUI or GTK built vim.exe)      
c6fb4e1
+        vim.exe  (the console only executable) 
c6fb4e1
+ 
c6fb4e1
+ Define system symbols like below in for ex in LOGIN.COM or SYLOGIN.COM: >
c6fb4e1
+ 
c6fb4e1
+ 	$ define/nolog VIM RF10:[UTIL.VIM72] ! where you VIM directory is
c6fb4e1
+ 	$ vi*m  :== mcr VIM:VIM.EXE
c6fb4e1
+ 	$ gvi*m :== mcr VIM:GVIM.EXE
c6fb4e1
+ 	$ ! or you can try to spawn with
c6fb4e1
+ 	$ gv*im :== spawn/nowait/input=NLA0 mcr VIM:GVIM.EXE -g -GEOMETRY 80x40
c6fb4e1
+ 
c6fb4e1
+ 
c6fb4e1
+ Like this, users that do not have X environment and want to use Vim just in 
c6fb4e1
+ console mode can avoid performance problems.
c6fb4e1
+ 
c6fb4e1
+ (Zoltan Arpadffy, Vim 7.2)
c6fb4e1
+ 
c6fb4e1
+ 8.15 Common VIM directory - different architectures
c6fb4e1
+ 
c6fb4e1
+ In a cluster that contains nodes with different architectures like below:
c6fb4e1
+ 
c6fb4e1
+ $show cluster
c6fb4e1
+ View of Cluster from system ID 11655  node: TOR                                                                     18-AUG-2008 11:58:31
c6fb4e1
+ +---------------------------------+
c6fb4e1
+ ¦        SYSTEMS        ¦ MEMBERS ¦
c6fb4e1
+ +-----------------------+---------¦
c6fb4e1
+ ¦  NODE  ¦   SOFTWARE   ¦  STATUS ¦
c6fb4e1
+ +--------+--------------+---------¦
c6fb4e1
+ ¦ TOR    ¦ VMS V7.3-2   ¦ MEMBER  ¦
c6fb4e1
+ ¦ TITAN2 ¦ VMS V8.3     ¦ MEMBER  ¦
c6fb4e1
+ ¦ ODIN   ¦ VMS V7.3-2   ¦ MEMBER  ¦
c6fb4e1
+ +---------------------------------+
c6fb4e1
+ 
c6fb4e1
+ It is convinient to have a common VIM directory but execute different
c6fb4e1
+ executables. 
c6fb4e1
+ There are more solutions for this problem:
c6fb4e1
+ 
c6fb4e1
+ solution 1. all executables in the same directory with different names
c6fb4e1
+ This is easily done with the following script that can be added
c6fb4e1
+ to the login.com or sylogin.com: >
c6fb4e1
+ 
c6fb4e1
+ 	$ if f$getsyi("NODE_HWTYPE") .eqs. "VAX"
c6fb4e1
+ 	$ then
c6fb4e1
+ 	$       say "VAX platform"
c6fb4e1
+ 	$       vi*m:== mcr vim:VIM.EXE_VAX
c6fb4e1
+ 	$ endif
c6fb4e1
+ 	$ if f$getsyi("NODE_HWTYPE") .eqs. "ALPH"
c6fb4e1
+ 	$ then
c6fb4e1
+ 	$       say "ALPHA platform"
c6fb4e1
+ 	$       vi*m :== mcr vim:VIM.EXE_AXP
c6fb4e1
+ 	$ endif
c6fb4e1
+ 	$ if f$getsyi("ARCH_NAME") .eqs. "IA64"
c6fb4e1
+ 	$ then
c6fb4e1
+ 	$      say "IA64 platform"
c6fb4e1
+ 	$      vi*m :== mcr vim:VIM.EXE_IA64
c6fb4e1
+ 	$ endif
c6fb4e1
+ 
c6fb4e1
+ solution 2. different directories: >
c6fb4e1
+ 
c6fb4e1
+ 	$ if f$getsyi("NODE_HWTYPE") .eqs. "VAX"
c6fb4e1
+ 	$ then
c6fb4e1
+ 	$       say "VAX platform"
c6fb4e1
+ 	$       define/nolog VIM RF10:[UTIL.VAX_EXE] ! VAX executables
c6fb4e1
+ 	$ endif
c6fb4e1
+ 	$ if f$getsyi("NODE_HWTYPE") .eqs. "ALPH"
c6fb4e1
+ 	$ then
c6fb4e1
+ 	$       say "ALPHA platform"
c6fb4e1
+ 	$       define/nolog VIM RF10:[UTIL.AXP_EXE] ! AXP executables
c6fb4e1
+ 	$ endif
c6fb4e1
+ 	$ if f$getsyi("ARCH_NAME") .eqs. "IA64"
c6fb4e1
+ 	$ then
c6fb4e1
+ 	$      say "IA64 platform"
c6fb4e1
+ 	$      define/nolog VIM RF10:[UTIL.IA64_EXE] ! IA64 executables
c6fb4e1
+ 	$ endif
c6fb4e1
+         $! VIMRUNTIME must be defined in order to find runtime files
c6fb4e1
+ 	$ define/nolog VIMRUNTIME RF10:[UTIL.VIM72]
c6fb4e1
+ 
c6fb4e1
+ A good examle for this approach is the [GNU]gnu_tools.com script from GNU_TOOLS.ZIP
c6fb4e1
+ package downloadable from http://www.polarhome.com/vim/
c6fb4e1
+ 
c6fb4e1
+ (Zoltan Arpadffy, Vim 7.2)
c6fb4e1
+ 
c6fb4e1
  ==============================================================================
c6fb4e1
  
c6fb4e1
  9. VMS related changes					*vms-changes*
c6fb4e1
  
c6fb4e1
! Recent changes
c6fb4e1
! - The following plugins are included into VMS runtime: 
c6fb4e1
!   genutils 2.4, multiselect 2.2, multvals 3.1, selectbuf 4.3,
c6fb4e1
!   bufexplorer 7.1.7, taglist 4.5
c6fb4e1
! - minor changes in vimrc (just in VMS runtime) 
c6fb4e1
! - make_vms.mms - HUGE model is the default
c6fb4e1
! - [TESTDIR]make_vms.mms include as many tests possible
c6fb4e1
! - modify test30 and test54 for VMS
c6fb4e1
! - enable FLOAT feature in VMS port
c6fb4e1
! - os_vms.txt updated  
c6fb4e1
! 
c6fb4e1
! Version 7.2 (2008 Aug 9)
c6fb4e1
! - VCF files write corrected
c6fb4e1
! - CTAGS 5.7 included
c6fb4e1
! - corrected make_vms.mms (on VAX gave syntax error) 
c6fb4e1
! 
c6fb4e1
! Version 7.1 (2007 Jun 15)
c6fb4e1
! - create TAGS file from menu 
c6fb4e1
! 
c6fb4e1
! Version 7 (2006 May 8)
c6fb4e1
  - Improved low level char input (affects just console mode)
c6fb4e1
+ - Fixed plugin bug
c6fb4e1
+ - CTAGS 5.6 included
c6fb4e1
  
c6fb4e1
  Version 6.4 (2005 Oct 15)
c6fb4e1
  - GTKLIB and Vim build on IA64
c6fb4e1
***************
c6fb4e1
*** 806,811 ****
c6fb4e1
--- 926,932 ----
c6fb4e1
  
c6fb4e1
  OpenVMS documentation and executables are maintained by:
c6fb4e1
  Zoltan Arpadffy <arpadffy@polarhome.com>
c6fb4e1
+ OpenVMS Vim page: http://www.polarhome.com/vim/
c6fb4e1
  
c6fb4e1
  This document uses parts and remarks from earlier authors and contributors
c6fb4e1
  of OS_VMS.TXT:
c6fb4e1
*** ../vim-7.2.006/src/os_vms_conf.h	Thu May 10 19:26:17 2007
c6fb4e1
--- src/os_vms_conf.h	Sat Aug 16 05:09:17 2008
c6fb4e1
***************
c6fb4e1
*** 114,119 ****
c6fb4e1
--- 114,121 ----
c6fb4e1
  #define HAVE_PUTENV
c6fb4e1
  #define HAVE_SETENV
c6fb4e1
  #define HAVE_SETJMP_H
c6fb4e1
+ #define HAVE_MATH_H
c6fb4e1
+ #define HAVE_FLOAT_FUNCS
c6fb4e1
  
c6fb4e1
  #undef	HAVE_DIRENT_H
c6fb4e1
  #undef	HAVE_SYS_NDIR_H
c6fb4e1
*** ../vim-7.2.006/src/Make_vms.mms	Mon Oct 29 22:38:54 2007
c6fb4e1
--- src/Make_vms.mms	Sat Aug 16 05:17:41 2008
c6fb4e1
***************
c6fb4e1
*** 2,8 ****
c6fb4e1
  # Makefile for Vim on OpenVMS
c6fb4e1
  #
c6fb4e1
  # Maintainer:   Zoltan Arpadffy <arpadffy@polarhome.com>
c6fb4e1
! # Last change:  2007 Oct 22
c6fb4e1
  #
c6fb4e1
  # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
c6fb4e1
  # with MMS and MMK
c6fb4e1
--- 2,8 ----
c6fb4e1
  # Makefile for Vim on OpenVMS
c6fb4e1
  #
c6fb4e1
  # Maintainer:   Zoltan Arpadffy <arpadffy@polarhome.com>
c6fb4e1
! # Last change:  2008 Aug 16
c6fb4e1
  #
c6fb4e1
  # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
c6fb4e1
  # with MMS and MMK
c6fb4e1
***************
c6fb4e1
*** 36,42 ****
c6fb4e1
  # BIG    - Many features enabled, as rich as possible. (default)
c6fb4e1
  # HUGE   - All possible featues enabled.
c6fb4e1
  # Please select one of these alternatives above.
c6fb4e1
! MODEL = BIG
c6fb4e1
  
c6fb4e1
  # GUI or terminal mode executable.
c6fb4e1
  # Comment out if you want just the character terminal mode only.
c6fb4e1
--- 36,42 ----
c6fb4e1
  # BIG    - Many features enabled, as rich as possible. (default)
c6fb4e1
  # HUGE   - All possible featues enabled.
c6fb4e1
  # Please select one of these alternatives above.
c6fb4e1
! MODEL = HUGE
c6fb4e1
  
c6fb4e1
  # GUI or terminal mode executable.
c6fb4e1
  # Comment out if you want just the character terminal mode only.
c6fb4e1
*** ../vim-7.2.006/src/testdir/Make_vms.mms	Wed Jun 25 00:34:23 2008
c6fb4e1
--- src/testdir/Make_vms.mms	Tue Aug 19 06:28:07 2008
c6fb4e1
***************
c6fb4e1
*** 4,12 ****
c6fb4e1
  # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
c6fb4e1
  #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
c6fb4e1
  #
c6fb4e1
! # Last change:  2008 Jun 19
c6fb4e1
  #
c6fb4e1
! # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
c6fb4e1
  # Edit the lines in the Configuration section below to select.
c6fb4e1
  #
c6fb4e1
  # Execute with:
c6fb4e1
--- 4,12 ----
c6fb4e1
  # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
c6fb4e1
  #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
c6fb4e1
  #
c6fb4e1
! # Last change:  2008 Aug 19
c6fb4e1
  #
c6fb4e1
! # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
c6fb4e1
  # Edit the lines in the Configuration section below to select.
c6fb4e1
  #
c6fb4e1
  # Execute with:
c6fb4e1
***************
c6fb4e1
*** 32,37 ****
c6fb4e1
--- 32,46 ----
c6fb4e1
  # and directory handling.
c6fb4e1
  # WANT_UNIX = YES
c6fb4e1
  
c6fb4e1
+ # Comment out if you want to run Win32 specific tests as well, but please
c6fb4e1
+ # be aware, that on OpenVMS will fail, because of cat, rm, etc commands
c6fb4e1
+ # and directory handling.
c6fb4e1
+ # WANT_WIN = YES
c6fb4e1
+ 
c6fb4e1
+ # Comment out if you want to run spell checker tests. 
c6fb4e1
+ # They fail because VMS does not support file names.
c6fb4e1
+ # WANT_SPELL = YES
c6fb4e1
+ 
c6fb4e1
  # Comment out if you have gzip on your system
c6fb4e1
  # HAVE_GZIP = YES
c6fb4e1
  
c6fb4e1
***************
c6fb4e1
*** 53,64 ****
c6fb4e1
  	 test13.out test14.out test15.out test17.out \
c6fb4e1
  	 test18.out test19.out test20.out test21.out test22.out \
c6fb4e1
  	 test23.out test24.out test26.out \
c6fb4e1
! 	 test28.out test29.out test31.out test32.out \
c6fb4e1
  	 test33.out test34.out test35.out test36.out test37.out \
c6fb4e1
  	 test38.out test39.out test40.out test41.out test42.out \
c6fb4e1
  	 test43.out test44.out test45.out test46.out \
c6fb4e1
  	 test48.out test51.out test53.out test54.out test55.out \
c6fb4e1
! 	 test56.out test57.out test58.out test59.out test60.out \
c6fb4e1
  	 test61.out test62.out test63.out test64.out test65.out
c6fb4e1
  
c6fb4e1
  .IFDEF WANT_GUI
c6fb4e1
--- 62,73 ----
c6fb4e1
  	 test13.out test14.out test15.out test17.out \
c6fb4e1
  	 test18.out test19.out test20.out test21.out test22.out \
c6fb4e1
  	 test23.out test24.out test26.out \
c6fb4e1
! 	 test28.out test29.out test30.out test31.out test32.out \
c6fb4e1
  	 test33.out test34.out test35.out test36.out test37.out \
c6fb4e1
  	 test38.out test39.out test40.out test41.out test42.out \
c6fb4e1
  	 test43.out test44.out test45.out test46.out \
c6fb4e1
  	 test48.out test51.out test53.out test54.out test55.out \
c6fb4e1
! 	 test56.out test57.out test60.out \
c6fb4e1
  	 test61.out test62.out test63.out test64.out test65.out
c6fb4e1
  
c6fb4e1
  .IFDEF WANT_GUI
c6fb4e1
***************
c6fb4e1
*** 67,73 ****
c6fb4e1
  .ENDIF
c6fb4e1
  
c6fb4e1
  .IFDEF WANT_UNIX
c6fb4e1
! SCRIPT_UNIX = test10.out test12.out test25.out test27.out test30.out test49.out
c6fb4e1
  .ENDIF
c6fb4e1
  
c6fb4e1
  .IFDEF HAVE_GZIP
c6fb4e1
--- 76,90 ----
c6fb4e1
  .ENDIF
c6fb4e1
  
c6fb4e1
  .IFDEF WANT_UNIX
c6fb4e1
! SCRIPT_UNIX = test10.out test12.out test25.out test27.out test49.out
c6fb4e1
! .ENDIF
c6fb4e1
! 
c6fb4e1
! .IFDEF WANT_WIN
c6fb4e1
! SCRIPT_WIN = test50.out test52.out
c6fb4e1
! .ENDIF
c6fb4e1
! 
c6fb4e1
! .IFDEF WANT_SPELL
c6fb4e1
! SCRIPT_SPELL = test58.out test59.out 
c6fb4e1
  .ENDIF
c6fb4e1
  
c6fb4e1
  .IFDEF HAVE_GZIP
c6fb4e1
***************
c6fb4e1
*** 84,94 ****
c6fb4e1
  	-@ write sys$output "                "$*" "
c6fb4e1
  	-@ write sys$output "-----------------------------------------------"
c6fb4e1
  	-@ create/term/wait mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in
c6fb4e1
! 	-@ if "''F$SEARCH("test.out.*")'" .NES. "" then differences test.out $*.ok;
c6fb4e1
  	-@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename test.out $*.out
c6fb4e1
  	-@ if "''F$SEARCH("Xdotest.*")'"  .NES. "" then delete/noconfirm/nolog Xdotest.*.*
c6fb4e1
  
c6fb4e1
! all : clean nolog $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_GZIP) $(SCRIPT_GDIFF)
c6fb4e1
  	-@ write sys$output " "
c6fb4e1
  	-@ write sys$output "-----------------------------------------------"
c6fb4e1
  	-@ write sys$output "                All done"
c6fb4e1
--- 101,111 ----
c6fb4e1
  	-@ write sys$output "                "$*" "
c6fb4e1
  	-@ write sys$output "-----------------------------------------------"
c6fb4e1
  	-@ create/term/wait mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in
c6fb4e1
! 	-@ if "''F$SEARCH("test.out.*")'" .NES. "" then differences /par test.out $*.ok;
c6fb4e1
  	-@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename test.out $*.out
c6fb4e1
  	-@ if "''F$SEARCH("Xdotest.*")'"  .NES. "" then delete/noconfirm/nolog Xdotest.*.*
c6fb4e1
  
c6fb4e1
! all : clean nolog $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_GZIP) $(SCRIPT_GDIFF) 
c6fb4e1
  	-@ write sys$output " "
c6fb4e1
  	-@ write sys$output "-----------------------------------------------"
c6fb4e1
  	-@ write sys$output "                All done"
c6fb4e1
***************
c6fb4e1
*** 113,118 ****
c6fb4e1
--- 130,137 ----
c6fb4e1
  	-@ write sys$output "MAKE_VMS.MMS options:"
c6fb4e1
  	-@ write sys$output "   WANT_GUI  = ""$(WANT_GUI)"" "
c6fb4e1
  	-@ write sys$output "   WANT_UNIX = ""$(WANT_UNIX)"" "
c6fb4e1
+ 	-@ write sys$output "   WANT_WIN  = ""$(WANT_WIN)"" "
c6fb4e1
+ 	-@ write sys$output "   WANT_SPELL= ""$(WANT_SPELL)"" "
c6fb4e1
  	-@ write sys$output "   HAVE_GZIP = ""$(HAVE_GZIP)"" "
c6fb4e1
  	-@ write sys$output "   HAVE_GDIFF= ""$(HAVE_GDIFF)"" "
c6fb4e1
  	-@ write sys$output "Default vimrc file is VMS.VIM:
c6fb4e1
***************
c6fb4e1
*** 122,126 ****
c6fb4e1
--- 141,153 ----
c6fb4e1
  clean :
c6fb4e1
  	-@ if "''F$SEARCH("*.out")'"     .NES. "" then delete/noconfirm/nolog *.out.*
c6fb4e1
  	-@ if "''F$SEARCH("test.log")'"  .NES. "" then delete/noconfirm/nolog test.log.*
c6fb4e1
+ 	-@ if "''F$SEARCH("test.ok")'"   .NES. "" then delete/noconfirm/nolog test.ok.*
c6fb4e1
  	-@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
c6fb4e1
  	-@ if "''F$SEARCH("*.*_sw*")'"   .NES. "" then delete/noconfirm/nolog *.*_sw*.*
c6fb4e1
+ 	-@ if "''F$SEARCH("*.failed")'"  .NES. "" then delete/noconfirm/nolog *.failed.*
c6fb4e1
+ 	-@ if "''F$SEARCH("*.rej")'"     .NES. "" then delete/noconfirm/nolog *.rej.*
c6fb4e1
+ 	-@ if "''F$SEARCH("tiny.vim")'"  .NES. "" then delete/noconfirm/nolog tiny.vim.*
c6fb4e1
+ 	-@ if "''F$SEARCH("small.vim")'" .NES. "" then delete/noconfirm/nolog small.vim.*
c6fb4e1
+ 	-@ if "''F$SEARCH("mbyte.vim")'" .NES. "" then delete/noconfirm/nolog mbyte.vim.*
c6fb4e1
+ 	-@ if "''F$SEARCH("viminfo.*")'" .NES. "" then delete/noconfirm/nolog viminfo.*.*
c6fb4e1
+ 
c6fb4e1
*** ../vim-7.2.006/src/testdir/test30.in	Sun Jul 13 19:17:14 2008
c6fb4e1
--- src/testdir/test30.in	Sat Aug 16 04:59:37 2008
c6fb4e1
***************
c6fb4e1
*** 24,33 ****
c6fb4e1
  :set nobin eol
c6fb4e1
  :bwipe XXUnix XXDos XXMac
c6fb4e1
  :" create mixed format files
c6fb4e1
! :!cat XXUnix XXDos >XXUxDs
c6fb4e1
! :!cat XXUnix XXMac >XXUxMac
c6fb4e1
! :!cat XXDos XXMac >XXDosMac
c6fb4e1
! :!cat XXUnix XXDos XXMac >XXUxDsMc
c6fb4e1
  :"
c6fb4e1
  :" try reading and writing with 'fileformats' empty
c6fb4e1
  :set fileformat=unix
c6fb4e1
--- 24,40 ----
c6fb4e1
  :set nobin eol
c6fb4e1
  :bwipe XXUnix XXDos XXMac
c6fb4e1
  :" create mixed format files
c6fb4e1
! :if has("vms")
c6fb4e1
! : !copy XXUnix,XXDos XXUxDs.
c6fb4e1
! : !copy XXUnix,XXMac XXUxMac.
c6fb4e1
! : !copy XXDos,XXMac  XXDosMac.
c6fb4e1
! : !copy XXUnix,XXDos,XXMac XXUxDsMc.
c6fb4e1
! :else
c6fb4e1
! : !cat XXUnix XXDos >XXUxDs
c6fb4e1
! : !cat XXUnix XXMac >XXUxMac
c6fb4e1
! : !cat XXDos XXMac >XXDosMac
c6fb4e1
! : !cat XXUnix XXDos XXMac >XXUxDsMc
c6fb4e1
! :endif
c6fb4e1
  :"
c6fb4e1
  :" try reading and writing with 'fileformats' empty
c6fb4e1
  :set fileformat=unix
c6fb4e1
*** ../vim-7.2.006/src/testdir/test54.in	Sun Jan  2 12:43:19 2005
c6fb4e1
--- src/testdir/test54.in	Tue Aug 19 06:26:55 2008
c6fb4e1
***************
c6fb4e1
*** 3,10 ****
c6fb4e1
  STARTTEST
c6fb4e1
  :so small.vim
c6fb4e1
  :e xx
c6fb4e1
! :!rm -f test.out
c6fb4e1
! :au BufLeave <buffer> :!echo buffer-local autommand in %>> test.out
c6fb4e1
  :e somefile           " here, autocommand for xx shall write test.out 
c6fb4e1
  :                     " but autocommand shall not apply to buffer named <buffer>
c6fb4e1
  :bwipe xx             " here, autocommand shall be auto-deleted
c6fb4e1
--- 3,15 ----
c6fb4e1
  STARTTEST
c6fb4e1
  :so small.vim
c6fb4e1
  :e xx
c6fb4e1
! :if has("vms")
c6fb4e1
! : !del test.out.*
c6fb4e1
! : au BufLeave <buffer> :!write sys$output "buffer-local autommand in %" > test.out
c6fb4e1
! :else
c6fb4e1
! : !rm -f test.out
c6fb4e1
! : au BufLeave <buffer> :!echo buffer-local autommand in %>> test.out
c6fb4e1
! :endif
c6fb4e1
  :e somefile           " here, autocommand for xx shall write test.out 
c6fb4e1
  :                     " but autocommand shall not apply to buffer named <buffer>
c6fb4e1
  :bwipe xx             " here, autocommand shall be auto-deleted
c6fb4e1
*** ../vim-7.2.006/src/version.c	Mon Aug 25 05:03:29 2008
c6fb4e1
--- src/version.c	Mon Sep  1 16:46:50 2008
c6fb4e1
***************
c6fb4e1
*** 678,679 ****
c6fb4e1
--- 678,681 ----
c6fb4e1
  {   /* Add new patch number below this line */
c6fb4e1
+ /**/
c6fb4e1
+     7,
c6fb4e1
  /**/
c6fb4e1
c6fb4e1
-- 
c6fb4e1
How To Keep A Healthy Level Of Insanity:
c6fb4e1
8. Don't use any punctuation marks.
c6fb4e1
c6fb4e1
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
c6fb4e1
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
c6fb4e1
\\\        download, build and distribute -- http://www.A-A-P.org        ///
c6fb4e1
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///