mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-01-01 17:53:38 +08:00
cleanup: Remove unnecessary/inconsistent quoting from fd arg
This commit is contained in:
parent
2b730c9634
commit
e386de0247
|
@ -72,5 +72,5 @@ _zsh_autosuggest_async_response() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Always remove the handler
|
# Always remove the handler
|
||||||
zle -F "$1"
|
zle -F $1
|
||||||
}
|
}
|
||||||
|
|
|
@ -827,7 +827,7 @@ _zsh_autosuggest_async_response() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Always remove the handler
|
# Always remove the handler
|
||||||
zle -F "$1"
|
zle -F $1
|
||||||
}
|
}
|
||||||
|
|
||||||
#--------------------------------------------------------------------#
|
#--------------------------------------------------------------------#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user