From 9b69e84729a0fc9758b6c6e8750a0b6d2f814161 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 18 Oct 2019 18:47:21 -0500 Subject: 44846: _dates: Fix regression caused by workers/44274 --- Completion/Unix/Type/_dates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 -- cgit 1.4.1