We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498ddd commit c951061Copy full SHA for c951061
1 file changed
autoload/ctrlp.vim
@@ -428,7 +428,7 @@ endf
428
if has('patch-8.2-0995')
429
fu! s:GlobPath(dirs, depth)
430
let entries = []
431
- let dirs = substitute(a:dirs, '\\\([%#]\)', '\1', 'g')
+ let dirs = substitute(a:dirs, '\\\([%# ]\)', '\1', 'g')
432
for e in split(dirs, ',')
433
sil let files = readdir(e, '1', {'sort': 'none'})
434
if !s:showhidden | cal filter(files, 'v:val[0] != "."') | en
0 commit comments