| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.681 |
| 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.3.681 (after 7.3.680) |
| Problem: List of distributed files picks up backup files. |
| Solution: Make tutor patterns more specific. |
| Files: Filelist |
| |
| |
| |
| |
| |
| *** 693,702 **** |
| runtime/tutor/Makefile \ |
| runtime/tutor/tutor.utf-8 \ |
| runtime/tutor/tutor.?? \ |
| ! runtime/tutor/tutor.??.* \ |
| ! runtime/tutor/tutor.??_??.* \ |
| runtime/tutor/tutor.bar \ |
| ! runtime/tutor/tutor.bar.* \ |
| runtime/spell/README.txt \ |
| runtime/spell/??/*.diff \ |
| runtime/spell/??/main.aap \ |
| --- 693,709 ---- |
| runtime/tutor/Makefile \ |
| runtime/tutor/tutor.utf-8 \ |
| runtime/tutor/tutor.?? \ |
| ! runtime/tutor/tutor.??.utf-8 \ |
| ! runtime/tutor/tutor.??.euc \ |
| ! runtime/tutor/tutor.??.sjis \ |
| ! runtime/tutor/tutor.??.iso9 \ |
| ! runtime/tutor/tutor.??.big5 \ |
| ! runtime/tutor/tutor.??.cp1250 \ |
| ! runtime/tutor/tutor.??.cp1251 \ |
| ! runtime/tutor/tutor.??.cp737 \ |
| ! runtime/tutor/tutor.??_??.utf-8 \ |
| runtime/tutor/tutor.bar \ |
| ! runtime/tutor/tutor.bar.utf-8 \ |
| runtime/spell/README.txt \ |
| runtime/spell/??/*.diff \ |
| runtime/spell/??/main.aap \ |
| |
| |
| |
| *** 721,722 **** |
| --- 721,724 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 681, |
| /**/ |
| |
| -- |
| Zen Microsystems: we're the om in .commmmmmmmm |
| |
| /// 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 /// |