[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-14-g9f0a6e4

Ville Skyttä ville.skytta at iki.fi
Fri Jul 13 16:42:49 UTC 2012


The following commit has been merged in the master branch:
commit 9f0a6e45f8238e3220db3ffaa058c39110ea7a59
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Jul 13 19:40:40 2012 +0300

    lzip: Do not append space after equal sign in long options.

diff --git a/completions/lzip b/completions/lzip
index 7f613be..ae35b9d 100644
--- a/completions/lzip
+++ b/completions/lzip
@@ -30,6 +30,7 @@ _lzip()
     if [[ "$cur" == -* ]]; then
         COMPREPLY=( $( compgen -W '$( _parse_help "$1" ) {-1..-9}' \
             -- "$cur" ) )
+        [[ $COMPREPLY == *= ]] && compopt -o nospace
         return
     fi
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list