andreyorst / fzf.kak

FZF for Kakoune
MIT License
143 stars 33 forks source link

Send errors away #55

Closed losnappas closed 5 years ago

losnappas commented 5 years ago

Find worked wihtout this, rg keeps throwing errors about file operation not permitted when it goes searching into the Trash folder...

Breaking change: no

Description:

andreyorst commented 5 years ago

I wonder if this should be handled more generally in fzf command

losnappas commented 5 years ago

Dunno. I can't see a downside to this, though. I wouldn't want my fzf to be filled with error messages, so throwing them to null seems like the best plan. Could throw them into the debug buffer, too, I guess. But idk how to do that

andreyorst commented 5 years ago

I'll merge this for now. I should revisit error handling anyway