mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
move filewritable() into /src/os/fs.c and rename it
This commit is contained in:

committed by
Thiago de Arruda

parent
071d28076f
commit
f762a9e195
@@ -72,7 +72,6 @@ int vim_chdirfile(char_u *fname);
|
||||
int illegal_slash(char *name);
|
||||
int vim_chdir(char_u *new_dir);
|
||||
void sort_strings(char_u **files, int count);
|
||||
int filewritable(char_u *fname);
|
||||
int emsg3(char_u *s, char_u *a1, char_u *a2);
|
||||
int emsgn(char_u *s, long n);
|
||||
int get2c(FILE *fd);
|
||||
|
Reference in New Issue
Block a user