mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-07 15:50:39 +01:00
Fix various bugs found while testing
This commit is contained in:
@@ -71,7 +71,7 @@ _zsh_autosuggest_invoke_original_widget() {
|
||||
# Do nothing unless called with at least one arg
|
||||
[ $# -gt 0 ] || return
|
||||
|
||||
local original_widget_name=$1
|
||||
local original_widget_name="$1"
|
||||
|
||||
shift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user