|
|
@ -517,6 +517,8 @@ _zsh_autosuggest_capture_completion_widget() {
|
|
|
|
zle -N autosuggest-capture-completion _zsh_autosuggest_capture_completion_widget
|
|
|
|
zle -N autosuggest-capture-completion _zsh_autosuggest_capture_completion_widget
|
|
|
|
|
|
|
|
|
|
|
|
_zsh_autosuggest_capture_setup() {
|
|
|
|
_zsh_autosuggest_capture_setup() {
|
|
|
|
|
|
|
|
autoload -Uz is-at-least
|
|
|
|
|
|
|
|
|
|
|
|
# There is a bug in zpty module in older zsh versions by which a
|
|
|
|
# There is a bug in zpty module in older zsh versions by which a
|
|
|
|
# zpty that exits will kill all zpty processes that were forked
|
|
|
|
# zpty that exits will kill all zpty processes that were forked
|
|
|
|
# before it. Here we set up a zsh exit hook to SIGKILL the zpty
|
|
|
|
# before it. Here we set up a zsh exit hook to SIGKILL the zpty
|
|
|
|