chiark / gitweb /
zsh-completion: Do not interpret escape sequences in _filter_units_by_property
authorWieland Hoffmann <themineo@gmail.com>
Sat, 17 Jan 2015 01:10:42 +0000 (02:10 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 21 Jan 2015 09:59:40 +0000 (10:59 +0100)
commite37b56c7355a9b84ac1e1893ab828b19aa1dc217
tree0e9d9d38f27eef4984cbaed709c810ef8748c807
parenteb89bc1d25086a1b4117683697f35c1398a98c02
zsh-completion: Do not interpret escape sequences in _filter_units_by_property

This makes all functions that rely on _filter_units_by_property() (like
_systemctl_{stop,kill,try_restart}) work with unit names that contain backslash
escaped sequences (like automount units with spaces that are escaped to
"\x20").
shell-completion/zsh/_systemctl.in