-
-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
Description
Environment
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin19.0
typeset ZSH_PATCHLEVEL=zsh-5.7.1-0-g8b89d0d
typeset -a _autocomplete__funcfiletrace=(
/Users/aspecky/opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4
.zshrc:109
zsh:6
)
% git -C ~autocomplete log --oneline -n1
999134536e Merge pull request #20813 from Homebrew/cask/audit-only-use-sparkle_min_os-as-fallback- Operating system: macOS Catalina 10.15.7
- Terminal emulator: iTerm
Steps to reproduce
% ls
zsh-autocomplete zshrc
% ls # press up arrow
% ls; # adds semicolonThe issue is similar to #361, #141 and #297 that are all closed.
Reactions are currently unavailable