Skip to content

Commit 4eae4f4

Browse files
committedOct 20, 2020
Fixes #35 -- negative tag completions
Dstask completions are now treated as plain words in zsh
1 parent 486c9d4 commit 4eae4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.dstask-zsh-completions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
_dstask() {
6-
compadd $(dstask _completions "${words[@]}")
6+
compadd -- $(dstask _completions "${words[@]}")
77
}
88

99
compdef _dstask dstask

0 commit comments

Comments
 (0)