]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.684 v7.3.684
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Oct 2012 17:10:35 +0000 (19:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Oct 2012 17:10:35 +0000 (19:10 +0200)
Problem:    "make test" does not delete lua.vim.
Solution:   Add lua.vim to the clean target. (Simon Ruderich)

src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/testdir/Make_vms.mms
src/testdir/Makefile
src/version.c

index 487ecd80afbf76d49f33f320cac39316f31c79f1..b52f249f00b49d7b09ce295184e56fcbe799dcc1 100644 (file)
@@ -62,6 +62,7 @@ clean:
        -if exist tiny.vim del tiny.vim
        -if exist mbyte.vim del mbyte.vim
        -if exist mzscheme.vim del mzscheme.vim
+       -if exist lua.vim del lua.vim
        -del X*
        -if exist viminfo del viminfo
 
index 4128f9f6fae119cb782aee2e5a58ecb9a52e1090..c150424684851fbd80d71cd33b2880b588edc8b4 100644 (file)
@@ -85,6 +85,7 @@ clean:
        -$(DEL) tiny.vim
        -$(DEL) mbyte.vim
        -$(DEL) mzscheme.vim
+       -$(DEL) lua.vim
        -$(DEL) X*
        -$(DEL) viminfo
 
index dfc4a7b84b930115dcc8658974e8c6a930dca7d5..6608d70677f99dfcbd1271957c09134176305a25 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:     Zoltan Arpadffy, <arpadffy@polarhome.com>
 #              Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
 #
-# Last change:  2012 Apr 05
+# Last change:  2012 Oct 06
 #
 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
 # Edit the lines in the Configuration section below to select.
@@ -184,5 +184,6 @@ clean :
        -@ if "''F$SEARCH("small.vim")'"    .NES. "" then delete/noconfirm/nolog small.vim.*
        -@ if "''F$SEARCH("mbyte.vim")'"    .NES. "" then delete/noconfirm/nolog mbyte.vim.*
        -@ if "''F$SEARCH("mzscheme.vim")'" .NES. "" then delete/noconfirm/nolog mzscheme.vim.*
+       -@ if "''F$SEARCH("lua.vim")'" .NES. "" then delete/noconfirm/nolog lua.vim.*
        -@ if "''F$SEARCH("viminfo.*")'"    .NES. "" then delete/noconfirm/nolog viminfo.*.*
 
index 20d9781b243f7f4e3fa07aeb08631e1e453cf666..c3923e0ccc499d51e5dc2242caa6af27ce9003d0 100644 (file)
@@ -48,10 +48,10 @@ report:
 $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
 
 clean:
-       -rm -rf *.out *.failed *.rej *.orig test.log tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X* valgrind.* viminfo
+       -rm -rf *.out *.failed *.rej *.orig test.log tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok X* valgrind.* viminfo
 
 test1.out: test1.in
-       -rm -f $*.failed tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X* viminfo
+       -rm -f $*.failed tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok X* viminfo
        $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in $*.in
        @/bin/sh -c "if diff test.out $*.ok; \
                then mv -f test.out $*.out; \
@@ -73,7 +73,7 @@ test1.out: test1.in
                  fi \
                else echo $* NO OUTPUT >>test.log; \
                fi"
-#      -rm -rf X* test.ok viminfo
+       -rm -rf X* test.ok viminfo
 
 test49.out: test49.vim
 
index 62e0f4b1a840ba2f50d187dea8c08c7f7aa787b2..63a5136dc05786f5a59ca360d5a3f0eec080a169 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    684,
 /**/
     683,
 /**/