Skip to content

Commit cd1c55f

Browse files
committed
patch 7.4.921
Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden.
1 parent a93f975 commit cd1c55f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/proto/os_win32.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ int mch_dirname __ARGS((char_u *buf, int len));
1919
long mch_getperm __ARGS((char_u *name));
2020
int mch_setperm __ARGS((char_u *name, long perm));
2121
void mch_hide __ARGS((char_u *name));
22+
int mch_ishidden __ARGS((char_u *name));
2223
int mch_isdir __ARGS((char_u *name));
2324
int mch_mkdir __ARGS((char_u *name));
2425
int mch_is_hard_link __ARGS((char_u *fname));

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
921,
744746
/**/
745747
920,
746748
/**/

0 commit comments

Comments
 (0)