index
:
orderless.git
dispatcher
expand-prefix
fix-github-org
master
positional
smart-case
to-regexps
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
orderless.el
Age
Commit message (
Expand
)
Author
2020-04-25
Refactor strict initialism functions
Omar Antolín
2020-04-25
Declare other ivy variable used
Omar Antolín
2020-04-25
Merge pull request #12 from noctuid/feature/strict-initialism
Omar Antolín Camarena
2020-04-24
Avoid other cl-pushnes in an autoload
Omar Antolín
2020-04-24
Add more orderless initialism styles
Fox Kiester
2020-04-24
Avoid using cl-lib in autoloads
Omar Antolín
2020-04-24
Fix autoload for ivy
Omar Antolín
2020-04-24
Improve ivy integration
Omar Antolín
2020-04-24
If matching-styles is nil, assume regexp matching
Omar Antolín
2020-04-24
Add declaration of ivy-regex
Omar Antolín
2020-04-24
Add ivy integration
Omar Antolín
2020-04-24
Add autoloads for orderless-filter and orderless-highlight-matches
Omar Antolín
2020-04-23
Add autoloads
Omar Antolín
2020-04-23
Refactor to provide reusable filtering and highlightinf functions
Omar Antolín
2020-04-23
Rename orderless-regexp-separator to orderless-component-separator
Omar Antolín
2020-04-23
Make orderless-prefixes more like partial-completion
Omar Antolín
2020-04-22
Fix missing ./ and ../ in file name completion
Omar Antolín
2020-04-22
Implement component matching styles
Omar Antolín
2020-04-18
Un-nest definition of orderless--highlight-matches
Omar Antolín
2020-04-17
Placate checkdoc again
Omar Antolín
2020-04-17
Add command to temporarily change separator
Omar Antolín
2020-04-17
Fix regression bug on no matches
Omar Antolín
2020-04-17
Leverage completion-regexp-list: simplify code, increase speed!
Omar Antolín
2020-04-17
Undo previous optimization as it is invalid in general :(
Omar Antolín
2020-04-16
Optimization: check if first component is string literal
Omar Antolín
2020-04-16
Don't move point unless actually completing
Omar Antolín
2020-04-16
Update badly outdated commentary
Omar Antolín
2020-04-16
Add docstrings to functions
Omar Antolín
2020-04-16
Make all `defface' syntax more efficient+readable
Protesilaos Stavrou
2020-04-16
Even better match faces (kindly contributed by Protesilaos)
Omar Antolín
2020-04-16
Revert "Better match face defaults (kindly contributed by Protesilaos)"
Omar Antolín
2020-04-16
Better match face defaults (kindly contributed by Protesilaos)
Omar Antolín
2020-04-15
Add custom variable for component separator regexp
Omar Antolín
2020-04-15
Highlight component matches in one of four faces
Omar Antolín
2020-04-15
Only copy and highlight once the candidate is known to match
Omar Antolín
2020-04-14
Unify calls to save-match-data
Omar Antolín
2020-04-14
Rename lim to limit
Omar Antolín
2020-04-14
Keep split-string from modifying global match data
Omar Antolín
2020-04-14
Copy candidates to avoid permanently changing their face
Omar Antolín
2020-04-14
Colorize matching portions of candidates
Omar Antolín
2020-04-13
Fix bug on no matches
Omar Antolín
2020-04-13
Minor tweaks
Omar Antolín
2020-04-13
Add forgotten :test to cl-pushnew call
Omar Antolín
2020-04-13
Use cl-pushnew instead of push to register the completion style
Omar Antolín
2020-04-13
Finish fixing problem with file completion
Omar Antolín
2020-04-13
Mostly (but not completely) fix the problem with file completion
Omar Antolín
2020-04-13
Add README and tweak commentary
Omar Antolín
2020-04-13
Initial version of orderless
Omar Antolín