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