[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-452-ge8d0b1f

Igor Murzov e-mail at date.by
Tue Oct 11 22:56:43 UTC 2011


The following commit has been merged in the master branch:
commit e8d0b1ffdb585486e6b94fa0226cd4e9e86b142a
Author: Igor Murzov <e-mail at date.by>
Date:   Wed Oct 12 02:34:51 2011 +0400

    file: Add few missing --exclude arguments completions.
    
    See lines 112-121 of
      https://github.com/glensc/file/blob/master/src/file.c

diff --git a/completions/file b/completions/file
index 9b190eb..07b4c67 100644
--- a/completions/file
+++ b/completions/file
@@ -14,8 +14,8 @@ _file()
             return
             ;;
         -e|--exclude)
-            COMPREPLY=( $( compgen -W 'ascii apptype compress elf soft tar
-                tokens troff' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'apptype ascii cdf compress elf encoding
+                soft tar text tokens troff' -- "$cur" ) )
             return
             ;;
     esac

-- 
bash-completion



More information about the Bash-completion-commits mailing list