]> granicus.if.org Git - vim/commitdiff
patch 7.4.921 v7.4.921
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 19:52:04 +0000 (20:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 19:52:04 +0000 (20:52 +0100)
Problem:    Missing proto file update. (Randall W. Morris)
Solution:   Add the missing line for mch_ishidden.

src/proto/os_win32.pro
src/version.c

index cbabe3a9f153244806ced79d7f3d34c6412465c3..1431f69da5fe22d61911a29a76ea572070c9ba9b 100644 (file)
@@ -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));
index eb418a7052b7106755cd81711e4e73be65793f52..3792aa05b072be01d1e643edb34ef2cabd1d6482 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    921,
 /**/
     920,
 /**/