Closed rkuchumov closed 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
:edit **/*
You have not upload the reproduce instruction.
It works for me.
Please read other issues and don't ignore issue template.
When I create a file that contains LF:
I can not use unite to open it.
One of the workaround that I've found is to use
:edit **/*
instead of unite