mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Merge pull request #1019 from splinterofchaos/globpath
vim-patch:7.4.279
This commit is contained in:
@@ -133,6 +133,7 @@ void ga_remove_duplicate_strings(garray_T *gap)
|
||||
/// strings with sep as separator.
|
||||
///
|
||||
/// @param gap
|
||||
/// @param sep
|
||||
///
|
||||
/// @returns the concatenated strings
|
||||
char_u *ga_concat_strings_sep(const garray_T *gap, const char *sep)
|
||||
|
Reference in New Issue
Block a user