Fix default suggestion strategy and add testing
This commit is contained in:
@@ -341,7 +341,7 @@ _zsh_autosuggest_strategy_default() {
|
||||
local prefix="$(_zsh_autosuggest_escape_command_prefix "$1")"
|
||||
|
||||
# Get the hist number of the most recent history item that matches
|
||||
local histkey="${${(k)history[(R)$prefix*]}[1]}"
|
||||
local histkey="${${(@k)history[(R)$prefix*]}[1]}"
|
||||
|
||||
# Echo the history entry
|
||||
echo -E "${history[$histkey]}"
|
||||
|
||||
Reference in New Issue
Block a user