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 bfa0436 commit 3866ae1Copy full SHA for 3866ae1
1 file changed
autoload/ctrlp.vim
@@ -434,6 +434,7 @@ if has('patch-8.2-0995')
434
let entries += map(files, 'e.s:lash.v:val')
435
endfo
436
let [dnf, depth] = [ctrlp#dirnfile(entries), a:depth + 1]
437
+ if &wig != '' | cal filter(dnf[1], 'glob(v:val) != ""') | en
438
let g:ctrlp_allfiles += dnf[1]
439
if !empty(dnf[0]) && !s:maxf(len(g:ctrlp_allfiles)) && depth <= s:maxdepth
440
sil! cal ctrlp#progress(len(g:ctrlp_allfiles), 1)
0 commit comments