YouCompleteMe/autoload
Strahinja Val Markovic 534f6f57d4 Fix issue with slow cursor moving in Python
This happened when moving the cursor in normal mode. The problem was that we
were calling SyntasticCheck on every cursor move because YCM would think that
the FileReadyToParse event processing returned diagnostics... but YCM only
integrates with Syntastic for C-family files.

Fixed by only triggering SyntasticCheck in C-family files.
2013-10-07 11:03:29 -07:00
..
youcompleteme.vim Fix issue with slow cursor moving in Python 2013-10-07 11:03:29 -07:00