fixed _muttquery()

This commit is contained in:
David Paleino 2008-06-23 11:49:56 +02:00
parent baeae29f9a
commit 9f6d4e0c5c
2 changed files with 3 additions and 2 deletions

View File

@ -4923,7 +4923,7 @@ _muttquery()
sed -nr '2,$s|^([^[:space:]]+).*|\1|p' ) )
fi
COMPREPLY=( ${COMPREPLY[@]} $( compgen -W "${queryresults[*]}" \
COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "${queryresults[*]}" \
-- $cur ) )
return 0

3
debian/changelog vendored
View File

@ -12,8 +12,9 @@ bash-completion (20080617.4) UNRELEASED; urgency=low
- fixed _command() to correctly prune the command line
- disabled completion of PostgreSQL users and databases
- 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