We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
out
1 parent 248cded commit 38d0cfbCopy full SHA for 38d0cfb
shell/pmy.zsh
@@ -6,7 +6,7 @@ export PMY_DELIMITER=':::'
6
pmy-widget() {
7
local buffer_left=${LBUFFER}
8
local buffer_right=${RBUFFER}
9
- local out=$(pmy --bufferLeft=${buffer_left} --bufferRight=${buffer_right} 2>/dev/null)
+ local out="$(pmy --bufferLeft=${buffer_left} --bufferRight=${buffer_right} 2>/dev/null)"
10
if [[ -z $out ]] then
11
echo "No rule was matched"
12
else
0 commit comments