The following commit has been merged in the master branch:
commit 52163a337f34cf185fe55833bbd41080a0228baf
Author: Igor Murzov <[email protected]>
Date:   Sat Oct 20 00:54:42 2012 +0400

    feh: Add new options introduced in feh-2.7.

diff --git a/completions/feh b/completions/feh
index 5d66bb1..05f1b86 100644
--- a/completions/feh
+++ b/completions/feh
@@ -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 )

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to