Go to file
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
autoload Adding the cursor identifier on InsertLeave 2012-07-31 19:01:22 -07:00
cpp Smarter updating of clang diagnostics display 2012-07-30 19:42:41 -07:00
plugin Adding diagnostic extraction support 2012-07-28 15:27:30 -07:00
python Adding the cursor identifier on InsertLeave 2012-07-31 19:01:22 -07:00
.gitignore Updating to boost 1.50 2012-07-21 11:37:40 -07:00
README.md Adding initial readme file 2012-04-15 20:14:47 -07:00

Work in progress, NOT yet ready for primetime!