mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
Move same_directory from misc2.c
This commit is contained in:

committed by
Thiago de Arruda

parent
e29e956348
commit
2a6df95fb5
@@ -32,4 +32,5 @@ int vim_isAbsName(char_u *name);
|
||||
int vim_FullName(char_u *fname, char_u *buf, int len, int force);
|
||||
char_u *fix_fname(char_u *fname);
|
||||
int after_pathsep(char_u *b, char_u *p);
|
||||
int same_directory(char_u *f1, char_u *f2);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user