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

string replace: Regular expression substitute error: unknown substring #22

Open
rrrnld opened this issue Mar 23, 2021 · 1 comment
Open

Comments

@rrrnld
Copy link

rrrnld commented Mar 23, 2021

I am encountering the above error with the following simple example:

$ set foo 1
$ echo $foo
1
string replace: Regular expression substitute error: unknown substring

I have pinpointed the problem to happen only after I install fishgretel/fasd via fisher. This happens on fish version 3.2.0. Happy to provide additional info if necessary, thanks!

AbysmalBiscuit added a commit to AbysmalBiscuit/fasd that referenced this issue Mar 30, 2021
Fix issue fishgretel#22
Fix issue fishgretel#21

Replace use of external tools (grep and perl) with fish builtin string.
gregorias referenced this issue in gregorias/fasd.fish Apr 30, 2022
Fix issue #22
Fix issue #21

Replace use of external tools (grep and perl) with fish builtin string.
@gregorias
Copy link

I have fixed this issue on my fork, https://github.com/gregorias/fasd.fish.

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

No branches or pull requests

2 participants