MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

__get_long_cur removes backslashes #80

Closed austinseraphin closed 2 years ago

austinseraphin commented 2 years ago

Bash Completion

I noticed that tab completion of filenames stopped working. I fixed the problem by hadding a text substitution to remove backslashes in __get_long_cur. It works, but I still notice an issue with using quoted strings, as opposed to escaped strings. I don't know the code, but wanted to solve the problem well enough for my own use at the moment.

MaxKellermann commented 2 years ago

Fixed commit message and removed trailing space 1950550c248025b8c0a06d91a02922022d2d19a2