summaryrefslogtreecommitdiffstats
path: root/Completion/Unix
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2026-06-14 22:35:45 +0200
committerOliver Kiddle <opk@zsh.org>2026-06-14 22:35:51 +0200
commit07749964695990c47a0c8b4636d469428dc2b4c8 (patch)
treea5653788df985ae9b1cb7dd4b3341ae49528f919 /Completion/Unix
parent54665: new utility function for mixing in extra values (diff)
downloadzsh-07749964695990c47a0c8b4636d469428dc2b4c8.tar
zsh-07749964695990c47a0c8b4636d469428dc2b4c8.tar.gz
zsh-07749964695990c47a0c8b4636d469428dc2b4c8.tar.bz2
zsh-07749964695990c47a0c8b4636d469428dc2b4c8.tar.lz
zsh-07749964695990c47a0c8b4636d469428dc2b4c8.tar.xz
zsh-07749964695990c47a0c8b4636d469428dc2b4c8.tar.zst
zsh-07749964695990c47a0c8b4636d469428dc2b4c8.zip
unposted: use _tilde_files in cdrecord completion
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_cdrecord4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_cdrecord b/Completion/Unix/Command/_cdrecord
index 602cd5e8e..e429d7bfa 100644
--- a/Completion/Unix/Command/_cdrecord
+++ b/Completion/Unix/Command/_cdrecord
@@ -80,8 +80,8 @@ if [[ -n $state ]]; then
'mcn[set media catalog number for this CD]:text' \
'isrc[set isrc number for the next track]:text' \
'index[set the index list for the next track]:list' \
- 'textfile[set the file with CD-Text data]:name:_files -g "*.inf(-.)"' \
- 'cuefile[set the file with CDRWIN CUE data]:name:_files -g "*.cue(-.)"' && ret=0
+ 'textfile[set the file with CD-Text data]:name:_tilde_files -g "*.inf(-.)"' \
+ 'cuefile[set the file with CDRWIN CUE data]:name:_tilde_files -g "*.cue(-.)"' && ret=0
fi
_requested files expl track _files && ret=0
(( ret )) || break