1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

unposted: fix minor typo in _raggle

This commit is contained in:
Doug Kearns 2005-06-06 15:45:27 +00:00
parent 35697e0e3e
commit af22895da3
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2005-06-07 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
* unposted: Completion/Unix/Command/_raggle: fix typo in tag name
2005-06-02 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
* 21293: Completion/Unix/Command/_ant: update ant completion for

@ -38,7 +38,7 @@ _arguments -C -s \
if [[ "$state" = feed ]]; then
local feeds
feeds=(
${${(M)${${(f)"$(_call_program screen-sessions $words[1] \
${${(M)${${(f)"$(_call_program feeds $words[1] \
--list)"}/(#s)[[:blank:]]/}:#[0-9]##,*}/, /:}
)
_describe -t feeds "RSS feed" feeds && return 0