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

committed by
Thiago de Arruda

parent
35e737e63c
commit
7ec4d478eb
@@ -44,4 +44,5 @@ int expand_wildcards_eval(char_u **pat, int *num_file, char_u ***file,
|
||||
int expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u *
|
||||
**file,
|
||||
int flags);
|
||||
int match_suffix(char_u *fname);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user