Shougo / unite.vim

:dragon: Unite and create user interfaces
http://www.vim.org/scripts/script.php?script_id=3396
Other
2.85k stars 227 forks source link

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

Closed rkuchumov closed 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 unite to open it.

One of the workaround that I've found is to use :edit **/* instead of unite

Shougo commented 4 years ago

You have not upload the reproduce instruction.

It works for me.

Shougo commented 4 years ago

Please read other issues and don't ignore issue template.