From: Bram Moolenaar Date: Tue, 10 Nov 2015 19:52:04 +0000 (+0100) Subject: patch 7.4.921 X-Git-Tag: v7.4.921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd1c55f706c2f9b8310b8a9fc1f8226c7fd19372;p=vim patch 7.4.921 Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden. --- diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro index cbabe3a9f..1431f69da 100644 --- a/src/proto/os_win32.pro +++ b/src/proto/os_win32.pro @@ -19,6 +19,7 @@ int mch_dirname __ARGS((char_u *buf, int len)); 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)); diff --git a/src/version.c b/src/version.c index eb418a705..3792aa05b 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 921, /**/ 920, /**/