comparison src/proto/os_unix.pro @ 7629:befbed72da87 v7.4.1114

commit https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 15:56:34 2016 +0100 patch 7.4.1114 Problem: delete() does not work well with symbolic links. Solution: Recognize symbolik links.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 16:00:05 +0100
parents 1886f2863437
children 21b0a39d13ed
comparison
equal deleted inserted replaced
7628:d74db83fa956 7629:befbed72da87
39 vim_acl_T mch_get_acl __ARGS((char_u *fname)); 39 vim_acl_T mch_get_acl __ARGS((char_u *fname));
40 void mch_set_acl __ARGS((char_u *fname, vim_acl_T aclent)); 40 void mch_set_acl __ARGS((char_u *fname, vim_acl_T aclent));
41 void mch_free_acl __ARGS((vim_acl_T aclent)); 41 void mch_free_acl __ARGS((vim_acl_T aclent));
42 void mch_hide __ARGS((char_u *name)); 42 void mch_hide __ARGS((char_u *name));
43 int mch_isdir __ARGS((char_u *name)); 43 int mch_isdir __ARGS((char_u *name));
44 int mch_isrealdir __ARGS((char_u *name));
44 int mch_can_exe __ARGS((char_u *name, char_u **path, int use_path)); 45 int mch_can_exe __ARGS((char_u *name, char_u **path, int use_path));
45 int mch_nodetype __ARGS((char_u *name)); 46 int mch_nodetype __ARGS((char_u *name));
46 void mch_early_init __ARGS((void)); 47 void mch_early_init __ARGS((void));
47 void mch_free_mem __ARGS((void)); 48 void mch_free_mem __ARGS((void));
48 void mch_exit __ARGS((int r)); 49 void mch_exit __ARGS((int r));