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
If I use the old version, it works, if I use the new version, I get an error. Given that I've neither an idea what the old version does nor the new version, I abstain from making a PR for just reverting this line.
Run zinit update to get all the latest versions (Might already observe the below problems in case fzf gets updated).
Run zinit delete junegunn/fzf -y && exec zsh
Expected behavior
All the nice additional files are installed.
Screenshots and recordings
Bad behaviour:
λ zinit delete junegunn/fzf -y &&exec zsh
==> linkbin: Deleted fzf soft link
==> Uninstalled junegunn/fzf
Downloading junegunn/fzf…
(Requesting `fzf-0.45.0-linux_amd64.tar.gz'…)####################################################################################################################################################################################### 100.0%[ziextract] Unpacking the files from: `fzf-0.45.0-linux_amd64.tar.gz'…[ziextract] Successfully extracted and assigned +x chmod to the file: fzf.==> patch-dl: fzf-tmux downloaded successfullycurl: (3) URL rejected: Malformed input to a URL functioncurl: (3) URL rejected: Malformed input to a URL functionError: patch-dl: Failed to download the URL https://raw.githubusercontent.com/junegunn/fzf/master/shell/completion.zshcurl: (3) URL rejected: Malformed input to a URL functioncurl: (3) URL rejected: Malformed input to a URL functionError: patch-dl: Failed to download the URL https://raw.githubusercontent.com/junegunn/fzf/master/shell/key-bindings.zsh\$ZPFX/man/man1/fzf-tmux.1"\$ZPFX/man/man1/fzf-tmux.1"curl: (3) URL rejected: Malformed input to a URL functioncurl: (3) URL rejected: Malformed input to a URL functionError: patch-dl: Failed to download the URL https://raw.githubusercontent.com/junegunn/fzf/master/man/man1/fzf-tmux.1\$ZPFX/man/man1/fzf.1"\$ZPFX/man/man1/fzf.1"curl: (3) URL rejected: Malformed input to a URL functioncurl: (3) URL rejected: Malformed input to a URL functionError: patch-dl: Failed to download the URL https://raw.githubusercontent.com/junegunn/fzf/master/man/man1/fzf.1==> linkbin: Created fzf soft link &set +x on the fzf binary==> Installed 1 completion
With the old line:
λ zinit delete junegunn/fzf
==> Delete junegunn/fzf? [y/N]: y
==> linkbin: Deleted fzf soft link
==> Uninstalled junegunn/fzf
λ exec zsh
Downloading junegunn/fzf…
(Requesting `fzf-0.45.0-linux_amd64.tar.gz'…)####################################################################################################################################################################################### 100.0%[ziextract] Unpacking the files from: `fzf-0.45.0-linux_amd64.tar.gz'…[ziextract] Successfully extracted and assigned +x chmod to the file: fzf.==> patch-dl: fzf-tmux downloaded successfully==> patch-dl: _fzf_completion downloaded successfully==> patch-dl: key-bindings.zsh downloaded successfully\$ZPFX/man/man1/fzf-tmux.1"\$ZPFX/man/man1/fzf-tmux.1"==> patch-dl: fzf-tmux.1 downloaded successfully\$ZPFX/man/man1/fzf.1"\$ZPFX/man/man1/fzf.1"==> patch-dl: fzf.1 downloaded successfully==> linkbin: Created fzf soft link &set +x on the fzf binary==> Installed 1 completion
I did notice this issue as well, and I figured it was the way I have all the files in one dl block. Changing to each file in one dl line makes it work, but I do like the old way better just like @jankatins.
Just FYI: I don't care one way or the other, just that this is a recipe which I c&p'ed from somewhere, so apparently it's somewhat know that this should work.
I didn't even know you can use dl multiple times :-)
Describe the bug
Since a few weeks, it fails to install the additional files which I want to install together with fzf.
I hunted it down to this change:
In 7121802
If I use the old version, it works, if I use the new version, I get an error. Given that I've neither an idea what the old version does nor the new version, I abstain from making a PR for just reverting this line.
Steps to reproduce
Run zinit update to get all the latest versions (Might already observe the below problems in case fzf gets updated).
Run
zinit delete junegunn/fzf -y && exec zsh
Expected behavior
All the nice additional files are installed.
Screenshots and recordings
Bad behaviour:
With the old line:
Operating System & Version
linux-gnu | debian | x86_64 | x86_64 | x86_64 unknown
Zsh version
zsh 5.9 (x86_64-debian-linux-gnu
Terminal emulator
wezterm
If using WSL on Windows, which version of WSL
None
Additional context
No response
The text was updated successfully, but these errors were encountered: