kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

I can not open a file that contains LF in the name #780

Open rkuchumov opened 4 years ago

rkuchumov commented 4 years ago

When I create a file that contains LF:

echo aaa > "$(printf 'aa\nbb')"

I can not use ctrlp to open it.