| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.498 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.4.498 (after 7.4.497) |
| Problem: Typo in DOS makefile. |
| Solution: Change exists to exist. (Ken Takata) |
| Files: src/testdir/Make_dos.mak |
| |
| |
| |
| |
| |
| *** 87,93 **** |
| -if exist Xfind rd /s /q Xfind |
| -if exist viminfo del viminfo |
| -del test.log |
| ! -if exists benchmark.out del benchmark.out |
| |
| .in.out: |
| -if exist $*.failed del $*.failed |
| --- 87,93 ---- |
| -if exist Xfind rd /s /q Xfind |
| -if exist viminfo del viminfo |
| -del test.log |
| ! -if exist benchmark.out del benchmark.out |
| |
| .in.out: |
| -if exist $*.failed del $*.failed |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 498, |
| /**/ |
| |
| -- |
| BLACK KNIGHT: I move for no man. |
| ARTHUR: So be it! |
| [hah] [parry thrust] |
| [ARTHUR chops the BLACK KNIGHT's left arm off] |
| ARTHUR: Now stand aside, worthy adversary. |
| BLACK KNIGHT: 'Tis but a scratch. |
| The Quest for the Holy Grail (Monty Python) |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |