mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Remove support for long-deprecated options
These options have been deprecated for over a year.
This commit is contained in:
parent
0c940e70f2
commit
dcce973287
4 changed files with 0 additions and 75 deletions
|
|
@ -8,7 +8,6 @@ _zsh_autosuggest_start() {
|
|||
add-zsh-hook -d precmd _zsh_autosuggest_start
|
||||
|
||||
_zsh_autosuggest_feature_detect
|
||||
_zsh_autosuggest_check_deprecated_config
|
||||
_zsh_autosuggest_bind_widgets
|
||||
|
||||
if [ -n "${ZSH_AUTOSUGGEST_USE_ASYNC+x}" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue