Go to file
Strahinja Val Markovic 7bf18c7c5c Improving IdentifierCompleter performance
We limit the number of candidates returned to Vim to 20 and also make sure that
we are not returning any duplicate candidates. This provides a noticeable
improvement in latency.
2012-07-21 12:06:18 -07:00
autoload Using the pyeval func introduced in vim 7.3.584 2012-07-21 10:10:19 -07:00
cpp Improving IdentifierCompleter performance 2012-07-21 12:06:18 -07:00
plugin Using the pyeval func introduced in vim 7.3.584 2012-07-21 10:10:19 -07:00
python Improving IdentifierCompleter performance 2012-07-21 12:06:18 -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!