about summary refs log tree commit diff
path: root/Completion/Unix/Type/_baudrates
Commit message (Collapse)AuthorAgeFilesLines
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-4/+3
|
* 38420: _baudrates: Make style lookups fit better with the rest of compsysFrank Terbeck2016-05-091-6/+6
| | | | | | | | To quote Oliver Kiddle: > The original concept with styles was that style's could have fairly > generic names because the context allows you to select the detailed > context. So perhaps consider allowing this to work as, for example: > zstyle ':completion:*:*:screen:*:baud-rates' max-value 9600
* 38421: _baudrates: Fit better into the general completion frameworkFrank Terbeck2016-05-091-11/+5
| | | | | | This should work better in concert with other helpers and builtins of the completion system by accepting arguments that would be handed to compadd.
* 38426: _baudrates: Use 2 space indentationFrank Terbeck2016-05-091-14/+14
| | | | As per the completion-style-guide.
* 38422: _baudrate -> _baudratesFrank Terbeck2016-05-091-0/+84
Oliver notes that helper functions usually have plural names by convention.