Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fish] Fix compatibility with v3.1.2 - v3.3.1 #4200

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

bitraid
Copy link
Contributor

@bitraid bitraid commented Jan 23, 2025

Don't use the command substitution syntax: $(cmd)

Fix #4196


I tested this change with versions 3.3.1, 3.1.2, and 3.0.2.

The first two work but the last has issues: The string command doesn't have the collect subcommand (was added in v3.1b1), and cd doesn't have the -- switch (couldn't find the the version that was added).

Version 3.1.1 had broken eval. The remaining versions 3.1.0 and 3.1b1, may or may not work.

So, the oldest tested working version is 3.1.2.

Don't use the command substitution syntax: $(cmd)

Fix junegunn#4196
@junegunn junegunn merged commit 26b9f58 into junegunn:master Jan 24, 2025
5 checks passed
@junegunn
Copy link
Owner

Thanks a lot!

@bitraid bitraid deleted the fish-comp branch January 24, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fish shell integration broken in fzf 0.58.0
2 participants