0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.3.684

Problem:    "make test" does not delete lua.vim.
Solution:   Add lua.vim to the clean target. (Simon Ruderich)
This commit is contained in:
Bram Moolenaar 2012-10-06 19:10:35 +02:00
parent 0c5fa7d740
commit b35c338f96
5 changed files with 9 additions and 4 deletions

View File

@ -62,6 +62,7 @@ clean:
-if exist tiny.vim del tiny.vim -if exist tiny.vim del tiny.vim
-if exist mbyte.vim del mbyte.vim -if exist mbyte.vim del mbyte.vim
-if exist mzscheme.vim del mzscheme.vim -if exist mzscheme.vim del mzscheme.vim
-if exist lua.vim del lua.vim
-del X* -del X*
-if exist viminfo del viminfo -if exist viminfo del viminfo

View File

@ -85,6 +85,7 @@ clean:
-$(DEL) tiny.vim -$(DEL) tiny.vim
-$(DEL) mbyte.vim -$(DEL) mbyte.vim
-$(DEL) mzscheme.vim -$(DEL) mzscheme.vim
-$(DEL) lua.vim
-$(DEL) X* -$(DEL) X*
-$(DEL) viminfo -$(DEL) viminfo

View File

@ -4,7 +4,7 @@
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> # 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. # 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. # 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("small.vim")'" .NES. "" then delete/noconfirm/nolog small.vim.*
-@ if "''F$SEARCH("mbyte.vim")'" .NES. "" then delete/noconfirm/nolog mbyte.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("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.*.* -@ if "''F$SEARCH("viminfo.*")'" .NES. "" then delete/noconfirm/nolog viminfo.*.*

View File

@ -48,10 +48,10 @@ report:
$(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG) $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
clean: 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 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 $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in $*.in
@/bin/sh -c "if diff test.out $*.ok; \ @/bin/sh -c "if diff test.out $*.ok; \
then mv -f test.out $*.out; \ then mv -f test.out $*.out; \
@ -73,7 +73,7 @@ test1.out: test1.in
fi \ fi \
else echo $* NO OUTPUT >>test.log; \ else echo $* NO OUTPUT >>test.log; \
fi" fi"
# -rm -rf X* test.ok viminfo -rm -rf X* test.ok viminfo
test49.out: test49.vim test49.out: test49.vim

View File

@ -719,6 +719,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
684,
/**/ /**/
683, 683,
/**/ /**/