dgutov pushed a change to branch master. from 0d834ff Merge commit '1583a82fdcd387de95d27c384ec590e714d24c6a' as 'packages/ahungry-theme' new d131452 Initial commit new bc3f1ec Basic files new b05124b Sort candidates by previous completion choices new 1c8bf18 Flexible context handling, refactoring new b9bc7f0 Tests and stubs new c9395db First round of typos new e5553b5 Fix enabling mode without saved cache file new 3babb6c Pass de-propertized candidates to sorting new b736562 Keep properties for score change/calc new 1ec2351 Fix default score calc function for missing global score new 7b9f171 Update metadata and documentation for ELPA new f8d15c7 Fix elpa URL in docs new 2452ff7 Add 'packages/company-statistics/' from commit 'f8d15c7edb2a182f484c5e6eb86f322df473e763'
Summary of changes: .../{company => company-statistics}/.dir-locals.el | 0 .../{company => company-statistics}/.gitignore | 0 packages/company-statistics/README.org | 34 +++ .../company-statistics/company-statistics-tests.el | 282 +++++++++++++++++++ packages/company-statistics/company-statistics.el | 292 ++++++++++++++++++++ 5 files changed, 608 insertions(+), 0 deletions(-) copy packages/{company => company-statistics}/.dir-locals.el (100%) copy packages/{company => company-statistics}/.gitignore (100%) create mode 100644 packages/company-statistics/README.org create mode 100644 packages/company-statistics/company-statistics-tests.el create mode 100644 packages/company-statistics/company-statistics.el