summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_mv
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-07 20:29:49 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-16 18:28:26 +0200
commit3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925 (patch)
tree56c31a075616a179ce9d2331793d68fcc0d7e6d7 /Completion/Unix/Command/_mv
parent54530: Fix typo in default value for avoid-completer (diff)
downloadzsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.tar
zsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.tar.gz
zsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.tar.bz2
zsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.tar.lz
zsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.tar.xz
zsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.tar.zst
zsh-3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925.zip
54531: completers: remove spurious ; in "case $foo; in"
Diffstat (limited to 'Completion/Unix/Command/_mv')
-rw-r--r--Completion/Unix/Command/_mv2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mv b/Completion/Unix/Command/_mv
index cc33819b9..707f848c5 100644
--- a/Completion/Unix/Command/_mv
+++ b/Completion/Unix/Command/_mv
@@ -3,7 +3,7 @@
local args variant aopts=( -A '-*' )
_pick_variant -r variant -b zsh gnu='(GNU|uutils)' $OSTYPE --version
-case $variant; in
+case $variant in
gnu)
aopts=()
args=(