Skip to content

Commit bfa0436

Browse files
committed
Fix escaping
Fixes #540
1 parent 9bf37a4 commit bfa0436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ if has('patch-8.2-0995')
437437
let g:ctrlp_allfiles += dnf[1]
438438
if !empty(dnf[0]) && !s:maxf(len(g:ctrlp_allfiles)) && depth <= s:maxdepth
439439
sil! cal ctrlp#progress(len(g:ctrlp_allfiles), 1)
440-
cal s:GlobPath(join(map(dnf[0], 's:fnesc(v:val, "g", ",")'), ','), depth)
440+
cal s:GlobPath(join(dnf[0], ','), depth)
441441
en
442442
endf
443443
el

0 commit comments

Comments
 (0)