You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been aware of this bug for a while and think your issue will be fixed by addressing update option parsing and now seems like a good time to squash this bug.
Currently, to re-download the stable version (or something like nightly), the flags break it and force the following process:
(){
setopt local_options interactive_comments
# Note: both flags are required.... this is the bug :^)
zinit update \
--reset \
--urge \
neovim/neovim
# Next, run:
zinit update \
--reset \
neovim/neovim
}
So I think the fix is fixing flag parsing. Stay tuned!
What happened?
zinit from'gh-r' sbin'**/nvim' ver'stable' for neovim/neovim
My neovim version is below
When I run
zinit update neovim/neovim
it doesn't pull the latest release which is v0.9.4Instead it shows below:
Steps to reproduce
Add
zinit from'gh-r' sbin'**/nvim' ver'stable' for neovim/neovim
Run
zinit update neovim/neovim
Relevant output
No response
Screenshots and recordings
No response
Operating System & Version
OS: linux-gnu | Vendor: ubuntu | Machine: x86_64 | CPU: x86_64 | Processor: x86_64 | Hardware: x86_64
Zsh version
zsh 5.9 (x86_64-ubuntu-linux-gnu)
Terminal emulator
Windows Terminal - xterm-256color
If using WSL on Windows, which version of WSL
WSL 2
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: