Fix a minor bug in zsh integration

This bug is extremely unlikely to cause issues.
This commit is contained in:
Roman Perepelitsa 2022-01-09 10:45:47 +01:00
parent de3b9634ac
commit 6c1fd3015f

View File

@ -297,7 +297,7 @@ _ksi_deferred_init() {
flag=w
fi
functions[$func]+="
builtin zle $orig_widget -N$flag -- \"$@\""
builtin zle $orig_widget -N$flag -- \"\$@\""
fi
builtin zle -N $widget $func
fi