aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/postfix
Commit message (Collapse)AuthorAgeFilesLines
* Align config's API with usageAleksey Kladov2021-01-061-4/+3
| | | | The config now is mostly immutable, optimize for that.
* Merge #7076bors[bot]2020-12-291-1/+10
|\ | | | | | | | | | | | | | | 7076: Properly parse path separators in format-like postfix r=Veykril a=Veykril Co-authored-by: Lukas Wirth <[email protected]>
| * Properly parse path separators in format-like postfixLukas Wirth2020-12-291-1/+10
| |
* | format-postfix completion takes format instead of fmtLukas Wirth2020-12-291-1/+1
|/
* Remove more unreachable pubsAleksey Kladov2020-11-021-3/+3
|
* Reduce visibility of some methodsIgor Aleksanov2020-10-261-1/+1
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-1/+1
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+279