The following commit has been merged in the master branch:
commit e8d0b1ffdb585486e6b94fa0226cd4e9e86b142a
Author: Igor Murzov <[email protected]>
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

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

Reply via email to