Skip to content

Commit 3183e67

Browse files
akinomyogascop
authored andcommitted
fix(mutt): avoid unexpected word splitting
1 parent ec0068d commit 3183e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/mutt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ _comp_cmd_mutt__query()
114114
command sed -n '2,$s|^\([^[:space:]]\{1,\}\).*|\1|p'))
115115
fi
116116

117-
_comp_compgen -a -- -W "${queryresults[*]}"
117+
_comp_compgen -a -- -W '"${queryresults[@]}"'
118118
}
119119

120120
# @param $1 (cur) Current word to complete

0 commit comments

Comments
 (0)