mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Reset opts in some functions affected by GLOB_SUBST
Should fix GitHub #334
This commit is contained in:
parent
b8bf86f6ab
commit
681ffc7b28
3 changed files with 14 additions and 2 deletions
|
|
@ -74,7 +74,9 @@ _zsh_autosuggest_bind_widget() {
|
|||
|
||||
# Map all configured widgets to the right autosuggest widgets
|
||||
_zsh_autosuggest_bind_widgets() {
|
||||
local widget
|
||||
emulate -L zsh
|
||||
|
||||
local widget
|
||||
local ignore_widgets
|
||||
|
||||
ignore_widgets=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue