You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you mean? Syntastic syntax checking? All syntastic checkers are not async and blocks vim for a while ( except Clang YCM checker because it uses a separate thread for checking and recompiles a file every 2 seconds on CursorHold event ) . Because of that, they kicks in only on file saving. There is a discussion about this feature in syntastic issues, you can find it here
If you wish async python syntax checking, you can try python-mode which has a option for that.
Okay then. It's really not a big deal at all, I was just wondering if stuff was working correctly (which you have indicated that it definitely is). Thanks
The clang functionality works as described (re-runs after 2 seconds), but Python (using the built-in Jedi) requires saving the file to update.
Is there a way to get this behavior to be consistent?
An absolutely fantastic plugin, by the way.
The text was updated successfully, but these errors were encountered: