about summary refs log tree commit diff
path: root/Completion/Unix/Command/_devtodo
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_devtodo')
-rw-r--r--Completion/Unix/Command/_devtodo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_devtodo b/Completion/Unix/Command/_devtodo
index 2380399b9..8363495cd 100644
--- a/Completion/Unix/Command/_devtodo
+++ b/Completion/Unix/Command/_devtodo
@@ -5,7 +5,7 @@ typeset -a arg_generic arg_add todo_opts \
            priorities
 typeset -A arg_pair arg_desc
 typeset -i i
-typeset expl
+typeset expl arg
 
 for ((i=2; i <= $#words; i++)) {
 	if [[ $words[$i] == '--database' ]]; then