The following commit has been merged in the master branch:
commit f3e3fc5a4d51367a3e8ce29255bb386c809d0947
Author: Ken Sharp <[email protected]>
Date:   Thu Jun 14 01:38:32 2012 +0100

    Add .msi completion for Wine

diff --git a/completions/wine b/completions/wine
index c02c97f..2e8b123 100644
--- a/completions/wine
+++ b/completions/wine
@@ -10,7 +10,7 @@ _wine()
             COMPREPLY=( $( compgen -W '--help --version' -- "$cur" ) )
             [[ $COMPREPLY ]] && return
         fi
-        _filedir '[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]'
+        _filedir 
'[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI]'
     else
         _filedir
     fi

-- 
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