mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-01-28 21:20:19 +01:00
Use zle redraw hook if available (>= 5.4)
This commit is contained in:
@@ -73,6 +73,7 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
|
||||
}
|
||||
|
||||
# Widgets that should be ignored (globbing supported but must be escaped)
|
||||
# Only relevant for zsh versions older than 5.4
|
||||
(( ! ${+ZSH_AUTOSUGGEST_IGNORE_WIDGETS} )) && {
|
||||
typeset -ga ZSH_AUTOSUGGEST_IGNORE_WIDGETS
|
||||
ZSH_AUTOSUGGEST_IGNORE_WIDGETS=(
|
||||
|
||||
Reference in New Issue
Block a user