Move simplify_filename from tag.c

This commit is contained in:
John Schmidt
2014-03-30 22:25:59 +02:00
committed by Thiago de Arruda
parent 7fd140b99a
commit f5082d0a70
4 changed files with 170 additions and 170 deletions

View File

@@ -21,7 +21,6 @@ int find_tags(char_u *pat, int *num_matches, char_u ***matchesp,
void free_tag_stuff(void);
int get_tagfname(tagname_T *tnp, int first, char_u *buf);
void tagname_free(tagname_T *tnp);
void simplify_filename(char_u *filename);
int expand_tags(int tagnames, char_u *pat, int *num_file,
char_u ***file);
int get_tags(list_T *list, char_u *pat);