Skip to content

Commit fead770

Browse files
committed
2 parents 4e662c9 + 1d34ecd commit fead770

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

autoload/ctrlp.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,8 @@ fu! ctrlp#files()
391391
en
392392
el
393393
sil! cal ctrlp#progress('Indexing...')
394-
" try |
395-
cal s:UserCmd(lscmd)
396-
" cat | retu [] | endt
394+
try | cal s:UserCmd(lscmd)
395+
cat | retu [] | endt
397396
en
398397
" Remove base directory
399398
cal ctrlp#rmbasedir(g:ctrlp_allfiles)

0 commit comments

Comments
 (0)