From 83c54a59fd03f6c80b477e9feec3edc57affac17 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 23 Oct 2006 17:09:24 +0000 Subject: use plain mode for listings in _todo.sh --- Completion/Unix/Command/_todo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_todo.sh b/Completion/Unix/Command/_todo.sh index 2b6b444ee..455bb3d85 100644 --- a/Completion/Unix/Command/_todo.sh +++ b/Completion/Unix/Command/_todo.sh @@ -52,7 +52,7 @@ case $state in case $words[NORMARG] in (append|del|do|prepend|pri|replace) if (( NORMARG == CURRENT - 1 )); then - itemlist=(${${(M)${(f)"$(todo.sh list)"}##<-> *}/(#b)(<->) (*)/${match[1]}:${match[2]}}) + itemlist=(${${(M)${(f)"$(todo.sh -p list)"}##<-> *}/(#b)(<->) (*)/${match[1]}:${match[2]}}) _describe -t todo-items 'todo item' itemlist else case $words[NORMARG] in @@ -67,7 +67,7 @@ case $state in fi ;; (replace) - compadd -Q -- "${(qq)$(todo.sh list "^0*${words[CURRENT-1]} ")##<-> }" + compadd -Q -- "${(qq)$(todo.sh -p list "^0*${words[CURRENT-1]} ")##<-> }" ;; esac fi @@ -116,7 +116,7 @@ case $nextstate in # This completes stuff beginning with p: (projects) or @ (contexts); # these are todo.sh conventions. _wanted search expl 'context or project' \ - compadd ${${=${${(M)${(f)"$(todo.sh list)"}##<-> *}##<-> }}:#^(p:*|@*)} + compadd ${${=${${(M)${(f)"$(todo.sh -p list)"}##<-> *}##<-> }}:#^(p:*|@*)} ;; esac -- cgit 1.4.1