Expand tilde in mutt query command (Alioth: #312759).
This commit is contained in:
parent
d4e177a6ab
commit
f5d49065d2
1
CHANGES
1
CHANGES
@ -19,6 +19,7 @@ bash-completion (2.x)
|
||||
redirection handling, use it in many completions.
|
||||
* Replace actual sysconfdir in bash_completion on install (Alioth: #313081).
|
||||
* Activate killall completion on Darwin (Alioth: #312350).
|
||||
* Expand tilde in mutt query command (Alioth: #312759).
|
||||
|
||||
[ Guillaume Rousse ]
|
||||
* added puppet completion, using work from Mathieu Parent (sathieudebian.org)
|
||||
|
@ -101,6 +101,7 @@ _muttquery()
|
||||
if [[ -z "$cur" || -z "$querycmd" ]]; then
|
||||
queryresults=()
|
||||
else
|
||||
__expand_tilde_by_ref querycmd
|
||||
queryresults=( $( $querycmd | \
|
||||
sed -n '2,$s|^\([^[:space:]]\{1,\}\).*|\1|p' ) )
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user