diff options
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r-- | src/ex_getln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c index 7605032b58..a7a3b80222 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -4207,7 +4207,7 @@ static int ExpandRTDir(char_u *pat, int *num_file, char_u ***file, char *dirname /* Sort and remove duplicates which can happen when specifying multiple * directories in dirnames. */ - remove_duplicates(&ga); + ga_remove_duplicate_strings(&ga); *file = ga.ga_data; *num_file = ga.ga_len; |