mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
completions: zsh: -f,--font accepts multiple, comma separated values
This commit is contained in:
parent
8a094b5683
commit
4ca6e760f2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ _arguments \
|
||||||
case ${state} in
|
case ${state} in
|
||||||
fonts)
|
fonts)
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
_values 'font families' $(fc-list : family | sed 's/,/\n/g' | sort | uniq)
|
_values -s , 'font families' $(fc-list : family | sed 's/,/\n/g' | sort | uniq)
|
||||||
unset IFS
|
unset IFS
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue