mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
cleanup: Remove redundant autoload
We already autoload this in src/start.zsh
This commit is contained in:
parent
9b0272944f
commit
4e7ceb9f32
2 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ _zsh_autosuggest_async_request() {
|
|||
|
||||
# There's a weird bug here where ^C stops working unless we force a fork
|
||||
# See https://github.com/zsh-users/zsh-autosuggestions/issues/364
|
||||
autoload -Uz is-at-least
|
||||
is-at-least 5.8 || command true
|
||||
|
||||
# Read the pid from the child process
|
||||
|
|
|
@ -799,7 +799,6 @@ _zsh_autosuggest_async_request() {
|
|||
|
||||
# There's a weird bug here where ^C stops working unless we force a fork
|
||||
# See https://github.com/zsh-users/zsh-autosuggestions/issues/364
|
||||
autoload -Uz is-at-least
|
||||
is-at-least 5.8 || command true
|
||||
|
||||
# Read the pid from the child process
|
||||
|
|
Loading…
Reference in a new issue