summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-27Initial implementation of pattern compilers and helpersto-regexpsOmar Antolín
2020-04-25Add Company to TOC0.3Omar Antolín
2020-04-25Explain company integration (+ misc formatting improvements)Omar Antolín
2020-04-25Merge pull request #13 from clemera/patch-1Omar Antolín Camarena
Fix typo
2020-04-25Fix typoClemens Radermacher
2020-04-25Refactor strict initialism functionsOmar Antolín
2020-04-25Declare other ivy variable usedOmar Antolín
2020-04-25Merge pull request #12 from noctuid/feature/strict-initialismOmar Antolín Camarena
Add orderless-strict-initialism style
2020-04-24Avoid other cl-pushnes in an autoloadOmar Antolín
2020-04-24Add more orderless initialism stylesFox Kiester
The orderless-strict-initialism style does not allow unmatched words to be in between initials. The orderless-strict-leading-initialism style additionally requires that the first initial match the candidate's beginning. The orderless-strict-full-initialiasm style additionally requires the last initial be at the last word.
2020-04-24Avoid using cl-lib in autoloadsOmar Antolín
2020-04-24Fix autoload for ivyOmar Antolín
I confused eval-after-load and with-eval-after-load!
2020-04-24Improve ivy integrationOmar Antolín
2020-04-24Merge remote-tracking branch 'github/master'Omar Antolín
2020-04-24If matching-styles is nil, assume regexp matchingOmar Antolín
2020-04-24Add declaration of ivy-regexOmar Antolín
2020-04-24Mention Ivy support in overviewOmar Antolín Camarena
2020-04-24List more helpful functions for integrationOmar Antolín
2020-04-24Update README TOCOmar Antolín
2020-04-24Add ivy integrationOmar Antolín
2020-04-24Document selectrum integrationOmar Antolín
2020-04-24Add autoloads for orderless-filter and orderless-highlight-matchesOmar Antolín
2020-04-23Add autoloadsOmar Antolín
2020-04-23Refactor to provide reusable filtering and highlightinf functionsOmar Antolín
2020-04-23Add TOC to READMEOmar Antolín
2020-04-23Demote Icicles headingOmar Antolín Camarena
2020-04-23Merge remote-tracking branch 'github/master'Omar Antolín
2020-04-23Mention Icicles's progressive matchingOmar Antolín
2020-04-23Add screenshotOmar Antolín
2020-04-23Typo in README pointed out by codecollOmar Antolín Camarena
2020-04-23Rename orderless-regexp-separator to orderless-component-separatorOmar Antolín
2020-04-23Now on MELPA!Omar Antolín
2020-04-23Make orderless-prefixes more like partial-completionOmar Antolín
2020-04-22Fix missing ./ and ../ in file name completionOmar Antolín
I had misunderstood what completion-pcm--filename-try-filter was for.
2020-04-22Typo in READMEOmar Antolín
2020-04-22Minor improvements to READMEOmar Antolín
2020-04-22Documentation improvementsOmar Antolín
2020-04-22Mention prefixes style in overviewOmar Antolín
2020-04-22Implement component matching stylesOmar Antolín
2020-04-18Un-nest definition of orderless--highlight-matchesOmar Antolín
The byte compiler complains it can't find it inside the let form... The simple is solution is ... to pollute the global namespace!
2020-04-17Placate checkdoc againOmar Antolín
2020-04-17Add command to temporarily change separatorOmar Antolín
2020-04-17Fix regression bug on no matchesOmar Antolín
2020-04-17Leverage completion-regexp-list: simplify code, increase speed!Omar Antolín
2020-04-17Undo previous optimization as it is invalid in general :(Omar Antolín
2020-04-16Optimization: check if first component is string literalOmar Antolín
2020-04-16Don't move point unless actually completingOmar Antolín
2020-04-16Fix typo in README (thanks Juanjo!)Omar Antolín
2020-04-16Update badly outdated commentaryOmar Antolín
2020-04-16Add docstrings to functionsOmar Antolín
(Even though these are the sort of functions that in minibuffer.el have no docstrings. :P)