-
Notifications
You must be signed in to change notification settings - Fork 96
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
[BUG] #331
Comments
What's your zsh version? Can you provde the output of following code? autoload +X zmathfunc
which zmathfunc |
yes sure. so on my working (rolled back 6 commits) version I get the following output
|
Can you use |
I'm assuming you meant like, to type that into the terminal Anyway, given that my assumption was correct $ C-x . |
@jbhouse It's Ctrl+x . |
sorry for slow responses, I need to remember to check this more frequently +fzf-tab-debug:9> : zsh 5.8.1 |
I also have this problem.
|
Is there an easy way to "roll back 6 commits" using |
Any updates here?
I still have this problem on new servers, and it's driving me nuts.
|
I was able to somewhat solve this issue. First, here is a sanity check:
This should not produce an error, or else Zsh has a problem. Now we can test whether
This produces an error on the servers that have a problem!
I don't know what's the problem that causes this issue, but putting
at the start of |
I found the root cause of this issue (for myself, at least). I had a typo in my dotfiles:
Note the use of |
Describe the bug
cd src/I hit tab here
-ftb-fzf:83: unknown function: min
-ftb-complete:74: bad set of key/value pairs for associative array
How to fix-
I rolled back 6 commits. Everything now works fine
This is on an M1 Macbook pro with a fresh zsh/oh-my-zsh setup
The text was updated successfully, but these errors were encountered: