mirror of
https://github.com/neovim/neovim.git
synced 2026-03-08 10:05:43 +00:00
Problem: globpath() returns a string, making it difficult to get a
list of matches. (Greg Novack)
Solution: Add an optional argument like with glob(). (Adnan Zafar)
https://code.google.com/p/vim/source/detail?r=8e9db1f27a0063df023cc05a760fce73255dad24
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
|
|
|
|
|
|
Xxx{
|
|
Xxx$
|
|
'sautest/autoload/Test104.vim
|
|
sautest/autoload/footest.vim'
|
|
['sautest/autoload/Test104.vim', 'sautest/autoload/footest.vim']
|