Move same_directory from misc2.c

This commit is contained in:
John Schmidt
2014-03-31 00:39:52 +02:00
committed by Thiago de Arruda
parent e29e956348
commit 2a6df95fb5
4 changed files with 22 additions and 22 deletions

View File

@@ -68,7 +68,6 @@ void set_fileformat(int t, int opt_flags);
int default_fileformat(void);
int call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg);
int get_real_state(void);
int same_directory(char_u *f1, char_u *f2);
int vim_chdirfile(char_u *fname);
int illegal_slash(char *name);
int vim_chdir(char_u *new_dir);