summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23orderless-default-pattern-compiler: Ignore nil componentsDaniel Mendler
2021-03-23orderless-regexp: Return "null matcher" if regexp is invalidDaniel Mendler
Is there a better way to ignore components? Allow the component compilers to return nil and ignore the nils?
2021-03-23orderless-filter: Remove unnecessary condition-caseDaniel Mendler
2021-03-23Add literal matching to default styles and document (fix #42)Omar Antolín
There is some misguided consensus that any candidate should be able to match itself... :P
2021-03-23Document that orderless-regexp matches invalid regexps literallyOmar Antolín
2021-03-23Make orderless-regexp match invalid regexps literallyOmar Antolín
2021-02-27Merge pull request #40 from minad/masterOmar Antolín Camarena
orderless-try-completions: Remove _metadata argument
2021-02-27orderless-try-completions: Remove _metadata argumentDaniel Mendler
2021-02-12Capture empty string to avoid highlighting for strict initialismOmar Antolín
This fixes #38
2021-02-05Update manual to not recommend icomplete anymoreOmar Antolín
2021-02-05Fix typoOmar Antolín
2021-02-04Don't recommend icomplete (fix #36)Omar Antolín
2021-01-26Add missing funcall in decision whether to skip highlightingOmar Antolín Camarena
Thanks for spotting that, @clemera
2021-01-26Add option to skip-highlighting as requested by @clemeraOmar Antolín
2021-01-26Remove unnecessary :group in defcustomOmar Antolín
2021-01-21Mention completion-category-defaults in the documentationOmar Antolín
2021-01-21Update information about SelectrumOmar Antolín
2021-01-20Remove all orderless-transient-* variables (fix #34)Omar Antolín
2021-01-20Change docstring interface for orderless-define-completion-styleOmar Antolín
2021-01-20Add orderless-define-completion-style macro, a new fix for #31Omar Antolín
2021-01-20Revert "Add matching style and dispatcher per category overrides (fix #31)"Omar Antolín
This reverts commit d1c0cbf87ba7d927ec64c161ec3aac65b9643b61.
2021-01-20Revert "Update documentation" for #31Omar Antolín
This reverts commit 4844452f4e7008da2ebe96c7dbbb7bcd655bbe68.
2021-01-20Revert documentation for #31Omar Antolín
This reverts commit 43896f3e1063929435616cede89228278ff491cb.
2021-01-18Accidentally omitted the overview! Bring it backOmar Antolín
2021-01-18Update documentationOmar Antolín
1. Mention setting completion-category-defaults to nil. 2. Update comments about Selectrum.
2021-01-18Merge branch 'master' of https://github.com/oantolin/orderlessOmar Antolín
2021-01-18Add matching style and dispatcher per category overrides (fix #31)Omar Antolín
2021-01-08Merge pull request #28 from b3n/patch-1Omar Antolín Camarena
Corrected broken link
2021-01-07Corrected broken linkBen Lloyd
2021-01-04Minor readme tweakOmar Antolín
2021-01-04Modify readme for better texinfo exportOmar Antolín
2021-01-04Merge branch 'master' of https://github.com/oantolin/orderlessOmar Antolín
2021-01-04Generate texinfo manual from readmeOmar Antolín
2021-01-03Merge pull request #27 from vifon/masterOmar Antolín Camarena
Remove a duplicate documentation entry
2021-01-03Remove a duplicated documentation entryWojciech Siewierski
orderless-prefixes is already documented higher up, with exactly the same description.
2021-01-01Off by one error in orderless-without-literalOmar Antolín
2021-01-01Add negative literals (fix #26)Omar Antolín Camarena
2020-09-15Merge pull request #22 from jcs-PR/badgeOmar Antolín Camarena
Add badges.
2020-09-11Add badge.JenChieh
2020-09-05Merge pull request #21 from wyuenho/patch-1Omar Antolín Camarena
Fix typo
2020-09-05Fix typoJimmy Yuen Ho Wong
2020-06-14Test for match before highlighting itOmar Antolín
I wasn't checking for the matches before highlighting them assuming that the regexps would indeed always match, but it turns out incomplete TRAMP paths can sometimes violate that assumption.
2020-05-24Bump version number for new smart case feature0.5Omar Antolín
2020-05-24Add option for "smart case" matchingsmart-caseOmar Antolín
2020-05-17Remove obsolete temporary separator change command and variables0.4Omar Antolín
The new transient system is much better
2020-05-04Document custom splitter optionOmar Antolín
2020-05-04Correct error about orderless-transient-style-dispatchers in READMEOmar Antolín
2020-05-04Typo: escapeable --> escapableOmar Antolín
2020-05-03Allow component separator to be a functionOmar Antolín
2020-05-02Fix tiny bug in customization typeOmar Antolín