diff options
| author | dana <dana@dana.is> | 2019-10-18 18:47:21 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2019-10-18 18:47:21 -0500 |
| commit | 9b69e84729a0fc9758b6c6e8750a0b6d2f814161 (patch) | |
| tree | 150074a32a3dde27803754672705947dfd3d642c /Completion/Unix | |
| parent | c.f. 44831: remove completion functions for long dead projects (diff) | |
| download | zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.tar zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.tar.gz zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.tar.bz2 zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.tar.lz zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.tar.xz zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.tar.zst zsh-9b69e84729a0fc9758b6c6e8750a0b6d2f814161.zip | |
44846: _dates: Fix regression caused by workers/44274
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Type/_dates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_dates b/Completion/Unix/Type/_dates index 0af10eb24..b75b3af0c 100644 --- a/Completion/Unix/Type/_dates +++ b/Completion/Unix/Type/_dates @@ -73,7 +73,7 @@ for ((;rows;rows--)); do (( spacing = COLUMNS - 32 * columns + 2 )) disp[-1]="${(l.spacing.)}" (( spacing < 2 )) && spacer=0 disp[-1]=() - expl[1+expl[(i)-V]]=dates-$rows + expl[1+expl[(i)-J]]=dates-$rows compadd -x "$mlabels" "$expl[@]" -d disp -E $(( $#disp )) for ((line=0;line<6;line++)); do |
