[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-5-gf3e3fc5

Igor Murzov e-mail at date.by
Fri Jul 6 18:37:07 UTC 2012


The following commit has been merged in the master branch:
commit f3e3fc5a4d51367a3e8ce29255bb386c809d0947
Author: Ken Sharp <kennybobs at o2.co.uk>
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



More information about the Bash-completion-commits mailing list