lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
bcd06b3
To: vim-dev@vim.org
bcd06b3
Subject: Patch 7.2.260 (extra)
bcd06b3
Fcc: outbox
bcd06b3
From: Bram Moolenaar <Bram@moolenaar.net>
bcd06b3
Mime-Version: 1.0
bcd06b3
Content-Type: text/plain; charset=UTF-8
bcd06b3
Content-Transfer-Encoding: 8bit
bcd06b3
------------
bcd06b3
bcd06b3
Patch 7.2.260 (extra part of 7.2.259)
bcd06b3
Problem:    exists() doesn't work properly for empty aucmd group.
bcd06b3
Solution:   Change how au_exists() handles a missing pattern.  Also add a
bcd06b3
	    test for this. (Bob Hiestand)
bcd06b3
Files:	    src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
bcd06b3
	    src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
bcd06b3
	    src/testdir/Make_vms.mms
bcd06b3
bcd06b3
bcd06b3
*** ../vim-7.2.259/src/testdir/Make_amiga.mak	2009-03-11 16:36:04.000000000 +0100
bcd06b3
--- src/testdir/Make_amiga.mak	2009-09-11 16:29:54.000000000 +0200
bcd06b3
***************
bcd06b3
*** 26,32 ****
bcd06b3
  		test48.out test51.out test53.out test54.out test55.out \
bcd06b3
  		test56.out test57.out test58.out test59.out test60.out \
bcd06b3
  		test61.out test62.out test63.out test64.out test65.out \
bcd06b3
! 		test66.out
bcd06b3
  
bcd06b3
  .SUFFIXES: .in .out
bcd06b3
  
bcd06b3
--- 26,32 ----
bcd06b3
  		test48.out test51.out test53.out test54.out test55.out \
bcd06b3
  		test56.out test57.out test58.out test59.out test60.out \
bcd06b3
  		test61.out test62.out test63.out test64.out test65.out \
bcd06b3
! 		test66.out test67.out
bcd06b3
  
bcd06b3
  .SUFFIXES: .in .out
bcd06b3
  
bcd06b3
***************
bcd06b3
*** 112,114 ****
bcd06b3
--- 112,115 ----
bcd06b3
  test64.out: test64.in
bcd06b3
  test65.out: test65.in
bcd06b3
  test66.out: test66.in
bcd06b3
+ test67.out: test67.in
bcd06b3
*** ../vim-7.2.259/src/testdir/Make_dos.mak	2009-03-11 16:36:04.000000000 +0100
bcd06b3
--- src/testdir/Make_dos.mak	2009-09-11 16:30:17.000000000 +0200
bcd06b3
***************
bcd06b3
*** 26,32 ****
bcd06b3
  		test15.out test17.out test18.out test21.out test26.out \
bcd06b3
  		test30.out test31.out test32.out test33.out test34.out \
bcd06b3
  		test37.out test38.out test39.out test40.out test41.out \
bcd06b3
! 		test42.out test52.out test65.out test66.out
bcd06b3
  
bcd06b3
  SCRIPTS32 =	test50.out
bcd06b3
  
bcd06b3
--- 26,32 ----
bcd06b3
  		test15.out test17.out test18.out test21.out test26.out \
bcd06b3
  		test30.out test31.out test32.out test33.out test34.out \
bcd06b3
  		test37.out test38.out test39.out test40.out test41.out \
bcd06b3
! 		test42.out test52.out test65.out test66.out test67.out
bcd06b3
  
bcd06b3
  SCRIPTS32 =	test50.out
bcd06b3
  
bcd06b3
*** ../vim-7.2.259/src/testdir/Make_ming.mak	2009-03-11 16:36:04.000000000 +0100
bcd06b3
--- src/testdir/Make_ming.mak	2009-09-11 16:30:37.000000000 +0200
bcd06b3
***************
bcd06b3
*** 45,51 ****
bcd06b3
  		test15.out test17.out test18.out test21.out test26.out \
bcd06b3
  		test30.out test31.out test32.out test33.out test34.out \
bcd06b3
  		test37.out test38.out test39.out test40.out test41.out \
bcd06b3
! 		test42.out test52.out test65.out test66.out
bcd06b3
  
bcd06b3
  SCRIPTS32 =	test50.out
bcd06b3
  
bcd06b3
--- 45,51 ----
bcd06b3
  		test15.out test17.out test18.out test21.out test26.out \
bcd06b3
  		test30.out test31.out test32.out test33.out test34.out \
bcd06b3
  		test37.out test38.out test39.out test40.out test41.out \
bcd06b3
! 		test42.out test52.out test65.out test66.out test67.out
bcd06b3
  
bcd06b3
  SCRIPTS32 =	test50.out
bcd06b3
  
bcd06b3
*** ../vim-7.2.259/src/testdir/Make_os2.mak	2009-03-11 16:36:04.000000000 +0100
bcd06b3
--- src/testdir/Make_os2.mak	2009-09-11 16:30:52.000000000 +0200
bcd06b3
***************
bcd06b3
*** 26,32 ****
bcd06b3
  		test48.out test51.out test53.out test54.out test55.out \
bcd06b3
  		test56.out test57.out test58.out test59.out test60.out \
bcd06b3
  		test61.out test62.out test63.out test64.out test65.out \
bcd06b3
! 		test66.out
bcd06b3
  
bcd06b3
  .SUFFIXES: .in .out
bcd06b3
  
bcd06b3
--- 26,32 ----
bcd06b3
  		test48.out test51.out test53.out test54.out test55.out \
bcd06b3
  		test56.out test57.out test58.out test59.out test60.out \
bcd06b3
  		test61.out test62.out test63.out test64.out test65.out \
bcd06b3
! 		test66.out test67.out
bcd06b3
  
bcd06b3
  .SUFFIXES: .in .out
bcd06b3
  
bcd06b3
*** ../vim-7.2.259/src/testdir/Make_vms.mms	2009-03-11 16:36:04.000000000 +0100
bcd06b3
--- src/testdir/Make_vms.mms	2009-09-11 16:31:06.000000000 +0200
bcd06b3
***************
bcd06b3
*** 4,10 ****
bcd06b3
  # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
bcd06b3
  #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
bcd06b3
  #
bcd06b3
! # Last change:  2009 Mar 05
bcd06b3
  #
bcd06b3
  # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
bcd06b3
  # Edit the lines in the Configuration section below to select.
bcd06b3
--- 4,10 ----
bcd06b3
  # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
bcd06b3
  #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
bcd06b3
  #
bcd06b3
! # Last change:  2009 Sep 11
bcd06b3
  #
bcd06b3
  # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
bcd06b3
  # Edit the lines in the Configuration section below to select.
bcd06b3
***************
bcd06b3
*** 69,75 ****
bcd06b3
  	 test48.out test51.out test53.out test54.out test55.out \
bcd06b3
  	 test56.out test57.out test60.out \
bcd06b3
  	 test61.out test62.out test63.out test64.out test65.out \
bcd06b3
! 	 test66.out
bcd06b3
  
bcd06b3
  .IFDEF WANT_GUI
bcd06b3
  SCRIPT_GUI = test16.out
bcd06b3
--- 69,75 ----
bcd06b3
  	 test48.out test51.out test53.out test54.out test55.out \
bcd06b3
  	 test56.out test57.out test60.out \
bcd06b3
  	 test61.out test62.out test63.out test64.out test65.out \
bcd06b3
! 	 test66.out test67.out
bcd06b3
  
bcd06b3
  .IFDEF WANT_GUI
bcd06b3
  SCRIPT_GUI = test16.out
bcd06b3
*** ../vim-7.2.259/src/version.c	2009-09-11 17:24:01.000000000 +0200
bcd06b3
--- src/version.c	2009-09-18 14:57:05.000000000 +0200
bcd06b3
***************
bcd06b3
*** 678,679 ****
bcd06b3
--- 678,681 ----
bcd06b3
  {   /* Add new patch number below this line */
bcd06b3
+ /**/
bcd06b3
+     260,
bcd06b3
  /**/
bcd06b3
bcd06b3
-- 
bcd06b3
hundred-and-one symptoms of being an internet addict:
bcd06b3
251. You've never seen your closest friends who usually live WAY too far away.
bcd06b3
bcd06b3
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
bcd06b3
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
bcd06b3
\\\        download, build and distribute -- http://www.A-A-P.org        ///
bcd06b3
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///