fixed _muttquery()
This commit is contained in:
parent
baeae29f9a
commit
9f6d4e0c5c
@ -4923,7 +4923,7 @@ _muttquery()
|
|||||||
sed -nr '2,$s|^([^[:space:]]+).*|\1|p' ) )
|
sed -nr '2,$s|^([^[:space:]]+).*|\1|p' ) )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMPREPLY=( ${COMPREPLY[@]} $( compgen -W "${queryresults[*]}" \
|
COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "${queryresults[*]}" \
|
||||||
-- $cur ) )
|
-- $cur ) )
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -12,8 +12,9 @@ bash-completion (20080617.4) UNRELEASED; urgency=low
|
|||||||
- fixed _command() to correctly prune the command line
|
- fixed _command() to correctly prune the command line
|
||||||
- disabled completion of PostgreSQL users and databases
|
- disabled completion of PostgreSQL users and databases
|
||||||
- fixed _java_packages()
|
- fixed _java_packages()
|
||||||
|
- fixed _muttquery()
|
||||||
|
|
||||||
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 11:47:52 +0200
|
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 11:49:37 +0200
|
||||||
|
|
||||||
bash-completion (20080617.3) unstable; urgency=low
|
bash-completion (20080617.3) unstable; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user