-
-
Notifications
You must be signed in to change notification settings - Fork 774
Checking on write stops working after executing "go to definition" #511
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
Comments
I'm finding that in general creating splits confuses the code checking. I can still run the :PyModeLint command, but automatic checking on file write stops working. |
I found that this bug is triggered when quitting a window. Applying the following patch seems to fix it:
but I dunno what side effects this might have because this effectively disables any |
I've got the same problem, patching the pymode.vim as tomasz-kuzemko sloved it. Ubuntu 15.04VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 9 2014 17:36:18) Rustines incluses : 1-488 |
Created pull request: #623 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closed due to inactivity. |
Code checking (lint+pep8+flakes...) stops working for the currently opened file after executing "go to definition" (Ctrl-c g) on something that leads to a different file, and then closing the split that was opened.
This one has been bothering me for a long time, I don't know if this is the only thing that triggers it because until now it always seemed to stop checking on random, I have finally found out how to reproduce it every time.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: