mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
Move remove_duplicates to garray.c
This commit is contained in:

committed by
Thiago de Arruda

parent
f5154d7451
commit
44e40b02cf
@@ -10,7 +10,6 @@ int vim_fnamencmp(char_u *x, char_u *y, size_t len);
|
||||
char_u *concat_fnames(char_u *fname1, char_u *fname2, int sep);
|
||||
int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags,
|
||||
int didstar);
|
||||
void remove_duplicates(garray_T *gap);
|
||||
int gen_expand_wildcards(int num_pat, char_u **pat, int *num_file,
|
||||
char_u ***file,
|
||||
int flags);
|
||||
|
Reference in New Issue
Block a user