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

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