mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-22 15:52:31 +01:00
Rename escape command function
This commit is contained in:
parent
73f774bd5d
commit
ee6dde9ee8
5 changed files with 15 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue