mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Fix escape helper in fish completion plugin
This commit is contained in:
parent
2928cef383
commit
c94809f6da
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ def _escape(name):
|
|||
# Escape ? in fish
|
||||
if name == "?":
|
||||
name = "\\" + name
|
||||
return name
|
||||
|
||||
|
||||
def get_cmds_list(cmds_names):
|
||||
|
|
|
|||
Loading…
Reference in a new issue