diff options
| author | dana <dana@dana.is> | 2026-06-14 04:07:37 +0000 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-20 19:27:09 -0500 |
| commit | 74fa2341401ce9157df7d062b5811f92097a6bf1 (patch) | |
| tree | a283dae8c677991e3c7c332e43e8c8d124c0eb17 /Completion/Unix/Command/_mpc | |
| parent | 54767: zformat: replace -qn by spec quoting indicator syntax (diff) | |
| download | zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.gz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.bz2 zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.lz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.xz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.zst zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.zip | |
54768: completion: use `zformat -q` for formatting
Diffstat (limited to 'Completion/Unix/Command/_mpc')
| -rw-r--r-- | Completion/Unix/Command/_mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc index 45b181f55..83700d828 100644 --- a/Completion/Unix/Command/_mpc +++ b/Completion/Unix/Command/_mpc @@ -234,7 +234,7 @@ _mpc_play() { } _mpc_seek() { - _message -e position 'position ([+-][HH:MM:SS]|<0-100>%%)' + _message -e position 'position ([+-][HH:MM:SS]|<0-100>%)' } _mpc_seekthrough() { |
