[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-45-ge29c6bc

Igor Murzov e-mail at date.by
Sat Oct 20 16:04:56 UTC 2012


The following commit has been merged in the master branch:
commit 52163a337f34cf185fe55833bbd41080a0228baf
Author: Igor Murzov <e-mail at date.by>
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



More information about the Bash-completion-commits mailing list