mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
Move simplify_filename from tag.c
This commit is contained in:

committed by
Thiago de Arruda

parent
7fd140b99a
commit
f5082d0a70
@@ -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);
|
||||
|
Reference in New Issue
Block a user