YouCompleteMe/python/ycm/completers/cpp
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
..
tests Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
clang_completer.py Now parsing file on every normal mode cursor move 2013-08-16 14:49:00 -07:00
clang_helpers.py Check for empty flags list 2013-05-28 09:43:13 -07:00
flags.py Encouraging the user to read the docs even more 2013-07-01 11:34:25 -07:00
hook.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00