YouCompleteMe/python
Strahinja Val Markovic 06d653c60d Adding the cursor identifier on InsertLeave
This should help catch cases where the user jumps to an identifier and then
edits it in place; we want to add that new ident to the db ASAP because the user
may want to have it completed soon.

Still, we're not perfect. If the user just deletes chars with 'x' or 'd' in Vim
and therefore never even enters insert mode we are obviously not going to pick
up that identifier until the next full file sweep.
2012-07-31 19:01:22 -07:00
..
clang/3.1/include These headers magically speed up completions. 2012-07-23 18:45:00 -07:00
ycm.py Adding the cursor identifier on InsertLeave 2012-07-31 19:01:22 -07:00