Fix various bugs found while testing

This commit is contained in:
Eric Freese
2016-03-05 21:03:14 -07:00
parent e5cdbb6c33
commit a314a01a6a
6 changed files with 30 additions and 28 deletions

View File

@@ -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