diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2020-01-19 16:00:14 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2020-01-19 16:11:14 +0100 |
| commit | 387247864e1689a71fecf9301fc2bbc49e630cb1 (patch) | |
| tree | c727dcb04c0356d1b2f7e6333ccf45713f35bff6 /Completion | |
| parent | 45305: Add an XFail test: The exec-last-command optimization is applied to tr... (diff) | |
| download | zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.tar zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.tar.gz zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.tar.bz2 zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.tar.lz zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.tar.xz zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.tar.zst zsh-387247864e1689a71fecf9301fc2bbc49e630cb1.zip | |
_brace_parameter: add missing \
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Zsh/Context/_brace_parameter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter index c6e74bf7b..6960cec9b 100644 --- a/Completion/Zsh/Context/_brace_parameter +++ b/Completion/Zsh/Context/_brace_parameter @@ -38,7 +38,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then case $char in (g) compset -P '*' - flags=('o:octal escapes' 'c:expand ^X etc.' 'e:expand \M-t etc.') + flags=('o:octal escapes' 'c:expand ^X etc.' 'e:expand \\M-t etc.') _describe -t format 'format option' flags -Q -S '' ;; |
