mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-02-06 09:55:30 +08:00
![]() The `zsh -f` running in the PTY doesn't know about the non-exported variables and functions defined in the original shell, thus can't make suggestions for them. Run local functions in the PTY instead of a new `zsh` process. We have to handle things differently based on whether zle is active or not (async vs. sync mode). |
||
---|---|---|
.. | ||
strategies | ||
async.zsh | ||
bind.zsh | ||
config.zsh | ||
features.zsh | ||
highlight.zsh | ||
setup.zsh | ||
start.zsh | ||
util.zsh | ||
widgets.zsh |