1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

fix minor bug - -g to _files was missing despite presence of the glob

This commit is contained in:
Oliver Kiddle 2002-09-26 11:46:05 +00:00
parent 0c219d76ed
commit 3dec409d1e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2002-09-26 Oliver Kiddle <opk@zsh.org> 2002-09-26 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_lynx: minor bug fix (missing -g)
* 17632, 16546 (Felix): Completion/Unix/Command/_cvs: merge * 17632, 16546 (Felix): Completion/Unix/Command/_cvs: merge
changes from 4.1 branch changes from 4.1 branch

View file

@ -140,6 +140,6 @@ restrictions)
outside_telnet print shell suspend telnet_port useragent outside_telnet print shell suspend telnet_port useragent
;; ;;
html) html)
_alternative 'files:file:_files "*.x#html"' 'urls:url:_urls' _alternative 'files:file:_files -g "*.x#html"' 'urls:url:_urls'
;; ;;
esac esac