mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
Move mch_can_exe, executable_file to os/fs.c.
* Rename executable_file to is_executable.
This commit is contained in:

committed by
Thiago de Arruda

parent
1468c12fd1
commit
d5b223afe2
@@ -37,7 +37,6 @@ vim_acl_T mch_get_acl(char_u *fname);
|
||||
void mch_set_acl(char_u *fname, vim_acl_T aclent);
|
||||
void mch_free_acl(vim_acl_T aclent);
|
||||
void mch_hide(char_u *name);
|
||||
int mch_can_exe(char_u *name);
|
||||
int mch_nodetype(char_u *name);
|
||||
void mch_early_init(void);
|
||||
void mch_free_mem(void);
|
||||
|
Reference in New Issue
Block a user