mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-06 07:10:40 +01:00
Lots of little async cleanups
This commit is contained in:
@@ -47,6 +47,6 @@ _zsh_autosuggest_strategy_match_prev_cmd() {
|
||||
fi
|
||||
done
|
||||
|
||||
# Echo the matched history entry
|
||||
echo -E "$history[$histkey]"
|
||||
# Give back the matched history entry
|
||||
suggestion="$history[$histkey]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user