-
Notifications
You must be signed in to change notification settings - Fork 371
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
deprecated syntax removed #4736
Conversation
According to https://fishshell.com/docs/current/index.html#id4 "Previous versions of fish also allowed specifying this as ^DESTINATION, but that made another character special so it was deprecated and will be removed in the future." fish version 3.3.0 by default gives an error on old syntax
Thanks for the update. Does |
I am a relatively new fish user and not sure about older versions. However, from the comment in their documentation, it seems it was supported all along with ^ being just a shortcut which they deprecated. |
tested with fish 3.1.2, and seems ok. |
This seems worth backporting to 2.0.9 and 2.1.0 as well. In fact, I found this after updating fish today and reinit didn't fix the error, so I got here. |
Backport #4736 to the 2.0 branch
Backport #4736 to the 2.1 branch: fix fish deprecated syntax
@kit-ty-kate Thanks for the backport! Could you just fix your comment "4743 and 4743" to "4743 and 4744" for easy reference? |
According to https://fishshell.com/docs/current/index.html#id4
"Previous versions of fish also allowed specifying this as ^DESTINATION, but that made another character special so it was deprecated and will be removed in the future."
fish version 3.3.0 by default gives an error on old syntax