mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Fix highlighting for paths completion using Tab
This commit is contained in:
parent
0371904875
commit
62af373a59
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ autosuggest-suspend() {
|
|||
autosuggest-tab() {
|
||||
RBUFFER=''
|
||||
zle autosuggest-${WIDGET}-orig "$@"
|
||||
autosuggest-invalidate-highlight-cache
|
||||
autosuggest-highlight-suggested-text
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue