Restore vim_rename

This commit is contained in:
Hinidu
2014-04-04 00:35:33 +03:00
committed by Thiago de Arruda
parent a3ff83ce7e
commit b83600f5a3
5 changed files with 178 additions and 15 deletions

View File

@@ -39,6 +39,7 @@ char_u *buf_modname(int shortname, char_u *fname, char_u *ext,
int prepend_dot);
int vim_fgets(char_u *buf, int size, FILE *fp);
int tag_fgets(char_u *buf, int size, FILE *fp);
int vim_rename(char_u *from, char_u *to);
int check_timestamps(int focus);
int buf_check_timestamp(buf_T *buf, int focus);
void buf_reload(buf_T *buf, int orig_mode);