| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.921 |
| 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.921 (after 7.4.906) |
| Problem: Missing proto file update. (Randall W. Morris) |
| Solution: Add the missing line for mch_ishidden. |
| Files: src/proto/os_win32.pro |
| |
| |
| |
| |
| |
| *** 19,24 **** |
| --- 19,25 ---- |
| long mch_getperm __ARGS((char_u *name)); |
| int mch_setperm __ARGS((char_u *name, long perm)); |
| void mch_hide __ARGS((char_u *name)); |
| + int mch_ishidden __ARGS((char_u *name)); |
| int mch_isdir __ARGS((char_u *name)); |
| int mch_mkdir __ARGS((char_u *name)); |
| int mch_is_hard_link __ARGS((char_u *fname)); |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 921, |
| /**/ |
| |
| -- |
| A fool learns from his mistakes, a wise man from someone else's. |
| |
| /// 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 /// |