feh: Add new options introduced in feh-2.7.

This commit is contained in:
Igor Murzov 2012-10-20 00:54:42 +04:00
parent f321357991
commit 52163a337f

View File

@ -81,7 +81,7 @@ _feh()
COMPREPLY+=( $( compgen -W 'trans' -- "$cur" ) )
return
;;
-g|--geometry)
-g|--geometry|--max-dimension|--min-dimension)
# expect string like 640x480
if [[ $cur && "$cur" != *x* ]]; then
COMPREPLY=( x )