Merge branch 'zsh-integration' of https://github.com/romkatv/kitty

This commit is contained in:
Kovid Goyal 2022-01-09 15:44:43 +05:30
commit 50c822e05a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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