summaryrefslogtreecommitdiff
path: root/orderless.el
AgeCommit message (Expand)Author
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
2020-04-24Avoid other cl-pushnes in an autoloadOmar Antolín
2020-04-24Add more orderless initialism stylesFox Kiester
2020-04-24Avoid using cl-lib in autoloadsOmar Antolín
2020-04-24Fix autoload for ivyOmar Antolín
2020-04-24Improve ivy integrationOmar 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-24Add ivy 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-23Rename orderless-regexp-separator to orderless-component-separatorOmar Antolín
2020-04-23Make orderless-prefixes more like partial-completionOmar Antolín
2020-04-22Fix missing ./ and ../ in file name completionOmar Antolín
2020-04-22Implement component matching stylesOmar Antolín
2020-04-18Un-nest definition of orderless--highlight-matchesOmar Antolín
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-16Update badly outdated commentaryOmar Antolín
2020-04-16Add docstrings to functionsOmar Antolín
2020-04-16Make all `defface' syntax more efficient+readableProtesilaos Stavrou
2020-04-16Even better match faces (kindly contributed by Protesilaos)Omar Antolín
2020-04-16Revert "Better match face defaults (kindly contributed by Protesilaos)"Omar Antolín
2020-04-16Better match face defaults (kindly contributed by Protesilaos)Omar Antolín
2020-04-15Add custom variable for component separator regexpOmar Antolín
2020-04-15Highlight component matches in one of four facesOmar Antolín
2020-04-15Only copy and highlight once the candidate is known to matchOmar Antolín
2020-04-14Unify calls to save-match-dataOmar Antolín
2020-04-14Rename lim to limitOmar Antolín
2020-04-14Keep split-string from modifying global match dataOmar Antolín
2020-04-14Copy candidates to avoid permanently changing their faceOmar Antolín
2020-04-14Colorize matching portions of candidatesOmar Antolín
2020-04-13Fix bug on no matchesOmar Antolín
2020-04-13Minor tweaksOmar Antolín
2020-04-13Add forgotten :test to cl-pushnew callOmar Antolín
2020-04-13Use cl-pushnew instead of push to register the completion styleOmar Antolín
2020-04-13Finish fixing problem with file completionOmar Antolín
2020-04-13Mostly (but not completely) fix the problem with file completionOmar Antolín
2020-04-13Add README and tweak commentaryOmar Antolín
2020-04-13Initial version of orderlessOmar Antolín