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:
parent
35697e0e3e
commit
af22895da3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user