diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2012-02-10 17:09:05 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2012-02-10 17:09:05 +0000 |
commit | c5fce37bced3c516bfb47cb84f336598fc26b277 (patch) | |
tree | 8636c3ef1f60f92348177a2916781e36fc8b3656 /Completion/Unix/Command/_vorbiscomment | |
parent | 32eb4faf7c4295d029533ff85473894887f2bc36 (diff) | |
download | zsh-c5fce37bced3c516bfb47cb84f336598fc26b277.tar.gz zsh-c5fce37bced3c516bfb47cb84f336598fc26b277.tar.xz zsh-c5fce37bced3c516bfb47cb84f336598fc26b277.zip |
30199: add (-.) to many completion _files globs
Diffstat (limited to 'Completion/Unix/Command/_vorbiscomment')
-rw-r--r-- | Completion/Unix/Command/_vorbiscomment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_vorbiscomment b/Completion/Unix/Command/_vorbiscomment index 4cefe1a1a..bd7459e04 100644 --- a/Completion/Unix/Command/_vorbiscomment +++ b/Completion/Unix/Command/_vorbiscomment @@ -13,6 +13,6 @@ _arguments \ '(-l)-w[overwrite comments]' \ '(-l -c)-t[tag and value]:: ' \ '(-l -t)-c[tag file]::_files' \ - '1:OGG file:_files -g \*.ogg' \ - '(-l)2:output OGG file:_files -g \*.ogg' \ + '1:OGG file:_files -g "*.ogg(-.)"' \ + '(-l)2:output OGG file:_files -g "*.ogg(-.)"' \ && return 0 |