diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-10-06 19:10:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-10-06 19:10:35 +0200 |
commit | b35c338f96dab732fa112d7719f10191c7bb34f0 (patch) | |
tree | 600ff246ddbdae57c77601638e386db50ba32314 /src/testdir/Make_vms.mms | |
parent | 0c5fa7d740bafefbf0b2ea48a2a660901d7d4f10 (diff) | |
download | vim-git-b35c338f96dab732fa112d7719f10191c7bb34f0.tar.gz |
updated for version 7.3.684v7.3.684
Problem: "make test" does not delete lua.vim.
Solution: Add lua.vim to the clean target. (Simon Ruderich)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index dfc4a7b84..6608d7067 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -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.*.* |