1
0
Fork 0

Fix completion for fstag

This commit is contained in:
tastytea 2022-04-10 09:10:00 +02:00
parent 4c94590ddf
commit 77865e63a3
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ case ${state} in
tags)
if [[ ${line[1]} == "del" ]]; then
local tags=$(fstag list ${line[2]})
[[ -n ${tags} ]] && _values 'tags' ${(@s/ /)tags}
[[ -n ${tags} ]] && _values 'tags' ${(@s/,/)tags}
fi
;;
esac