YouCompleteMe/python
Strahinja Val Markovic 9d34fad24f Now parsing file on every normal mode cursor move
This is still fast & efficient because if we detect that the buffer hasn't been
changed (by examining b:changedtick), the parse doesn't proceed.

In effect, we now make sure we parse the file after every change to the buffer
as soon as that change happens. This means that compilation error feedback will
now be much, MUCH quicker.
2013-08-16 14:49:00 -07:00
..
clang_includes Using the new clang 3.3 headers 2013-06-19 21:58:53 -07:00
ycm Now parsing file on every normal mode cursor move 2013-08-16 14:49:00 -07:00
test_requirements.txt Tests for helper functions in flags.py 2013-05-19 14:20:13 -07:00