-
Notifications
You must be signed in to change notification settings - Fork 341
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
Calling tagbar#autoopen(0) on line 129 causes errors when editing python files #34
Comments
HI @dbrill , What type of file do you open? What version of Vim do you you? |
I'm running Vim 8.0 and I opened a python file. |
It's very strange that you see an error. Can you, please, run It should be looking like this:
|
Hey I figured out the problem. When installing xcode it copied its BSD version of ctags to /usr/bin/ which was found and executed before my brew installed version of ctags at /usr/local/bin. For some reason xcode's version of ctags was causing trouble. Thanks for the responses! |
Great! Good to know that it's figured out! Thanks! |
Line 129 causes errors
129: autocmd BufEnter *.py :call tagbar#autoopen(0)
Here are the errors I'm getting
The text was updated successfully, but these errors were encountered: