-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error detected while processing function fish#Complete #192
Comments
This looks to me as an issue independent of MUcomplete. To verify that, execute |
Thanks for your answer! I have tested it and you are right. The issue still occurs with ctrl-x ctrl-o. Sorry for bothering you. |
If you think that the issue is a setting in your vimrc, I suggest that you perform a binary search by commenting out half of your vimrc, test this issue, then comment/uncomment another fourth according to the result. Iterate until find the offending line. |
Thanks! Meanwhile, I can tell for sure that this issue is not caused by my |
When I edit fish files, I often get error messages like this one:
I use:
My mucomplete settings in
~/.vimrc
:How to reproduce:
But I can't reproduce it with a minimal config:
~/.vim/troubleshooting_vimrc.vim
:vim -u ~/.vim/troubleshooting_vimrc.vim /tmp/z.fish
I can't even reproduce it when I append the whole content of my
~/.vimrc
to~/.vim/troubleshooting_vimrc.vim
.Btw, this is my .vimrc. And this is the function mentioned in the error message: https://github.com/dag/vim-fish/blob/master/autoload/fish.vim#L44
The text was updated successfully, but these errors were encountered: