mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 21:03:25 -07:00
Updated msys2 to msys2-base-x86_64-20200903
This commit is contained in:
parent
5bc8dbdc75
commit
2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions
|
@ -13,9 +13,8 @@ _lz4()
|
|||
esac
|
||||
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=( $( compgen -W \
|
||||
'$( _parse_help "$1" -h | command sed -e "/#/d" ) -B{4..7} -i{1..9}' \
|
||||
-- "$cur" ) )
|
||||
COMPREPLY=( $(compgen -X '-*#*' -W \
|
||||
'$(_parse_help "$1" -h) -B{4..7} -i{1..9}' -- "$cur") )
|
||||
return
|
||||
fi
|
||||
|
||||
|
@ -23,7 +22,7 @@ _lz4()
|
|||
_count_args
|
||||
[[ $args -gt 2 ]] && return
|
||||
|
||||
for word in ${words[@]}; do
|
||||
for word in "${words[@]}"; do
|
||||
case $word in
|
||||
-*[dt]*)
|
||||
case $args in
|
||||
|
@ -46,8 +45,7 @@ _lz4()
|
|||
|
||||
local IFS=$'\n'
|
||||
compopt -o filenames
|
||||
COMPREPLY=( $( compgen -f -X "$xspec" -- "$cur" ) \
|
||||
$( compgen -d -- "$cur" ) )
|
||||
COMPREPLY=( $(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur") )
|
||||
} &&
|
||||
complete -F _lz4 lz4 lz4c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue