Rename escape command function

This commit is contained in:
Eric Freese 2016-03-04 19:22:19 -07:00
commit ee6dde9ee8
5 changed files with 15 additions and 15 deletions

View file

@ -13,7 +13,7 @@ _zsh_autosuggest_suggestion() {
fi
}
_zsh_autosuggest_escape_command_prefix() {
_zsh_autosuggest_escape_command() {
setopt localoptions EXTENDED_GLOB
# Escape special chars in the string (requires EXTENDED_GLOB)