-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Including python syntax sets conceillevel (bad interaction with LaTeX buffers) #440
Comments
The problem (see http://vi.stackexchange.com/questions/3999/jedi-vim-and-vim-latex-buffers-problems ) seems to be that --- I do not know why --- the
fixes the issue. Still, I am quite confused --- maybe a strange interaction with my |
I am re-opening the issue. There's likely something that jedi-vim could do better for this case, see http://vi.stackexchange.com/questions/3999/jedi-vim-and-vim-latex-buffers-problems#comment5775_4001 and the other comments. |
I am not sure, but I think that the problem is (could be) that Probably the only solution is that the |
Yeah, that's what I'd say, too - probably in the the filetype plugin instead. It's tied to setting the conceil syntax, and maybe could be done when setting up / tearing down the call signatures. |
True. However, I'm not sure if it's necessary. |
There is better support for setting up call signatures in #652, e.g. not setting |
Hi ---
I have installed
jedi-vim
and I find it really nice to edit python files. But I came across a problem that I am unable to solve --- it makes editing of LaTeX files much more complex. The problem is the following. I have in my.vimrc
:And when I edit a LaTeX file, the
$...$
marks that define an inline math disappears unless the line is under the cursor. See:Case 1, cursor in different line of the math formula (the cursor does not appear on screenshot, but believe me...)
Case 2, few instant after, cursor in the same line:
This make LaTeX files almost impossible to edit. Is there a way to restrict all of the
jedi-vim
effects to python buffers?PD I checked that commenting out the plugin will remove the problem.
The text was updated successfully, but these errors were encountered: