[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.1-3-g94b7e63

Igor Murzov e-mail at date.by
Sat Apr 6 09:37:09 UTC 2013


The following commit has been merged in the master branch:
commit 0354981b1f348263edb7c2e6f1f8dc619a48c476
Author: Igor Murzov <e-mail at date.by>
Date:   Sat Apr 6 03:38:30 2013 +0400

    feh: Add new sort type

diff --git a/completions/feh b/completions/feh
index e53ca2b..3b2d440 100644
--- a/completions/feh
+++ b/completions/feh
@@ -52,8 +52,8 @@ _feh()
             return
             ;;
         -S|--sort)
-            COMPREPLY=( $( compgen -W 'name filename width height pixels size
-                format' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'name filename mtime width height
+                pixels size format' -- "$cur" ) )
             return
             ;;
         -R|--reload|-H|--limit-height|-W|--limit-width|-E|--thumb-height|\

-- 
bash-completion



More information about the Bash-completion-commits mailing list