diff --git a/beetsplug/fish.py b/beetsplug/fish.py index 9883ed693..0f7fe1e2c 100644 --- a/beetsplug/fish.py +++ b/beetsplug/fish.py @@ -132,6 +132,7 @@ class FishPlugin(BeetsPlugin): with open(completion_file_path, 'w') as fish_file: fish_file.write(totstring) + def _escape(name): # Escape ? in fish if name == "?":