-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Description
Environment
typeset VENDOR=redhat
typeset OSTYPE=linux-gnu
typeset ZSH_PATCHLEVEL=zsh-5.8-0-g77d203f
typeset -a _autocomplete__funcfiletrace=(
/home/vscode/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4
/home/vscode/.oh-my-zsh/oh-my-zsh.sh:175
/home/vscode/.oh-my-zsh/oh-my-zsh.sh:204
/home/vscode/.zshrc:93
/tmp/vscode-code-zsh/.zshrc:31
zsh:0
)
- Operating system: Rocky Linux 9.3
- Terminal emulator: Microsoft Terminal, with WSL 2
Details
After upgrading to latest version of this plugin we are now getting a new semi colon added to the end of the line each time up arrow is used to get to the last history item.
No other .zshrc
changes were made.
I tried installing the latest version of oh-my-zsh
and it didn't help
I tried removing pretty much all configuration from the .zshrc
, including all other zsh
plugins and it didn't help except removing the call to load oh-my-zsh
, i.e. source $ZSH/oh-my-zsh.sh
justinburrill, S-Yuan137, m6w6, tanyatik, da-phil and 8 more