summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-08-25 02:45:48 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-08-25 02:45:48 +0200
commitd86eff6f1446092b22543be4ce549b5411a49c19 (patch)
tree413810a063a5b44a658755e6e2922c5a5db8e82a /CHANGELOG.md
parentad0365219f7f264ef0fdf0b3e4401bad7ac40e55 (diff)
downloadalacritty-d86eff6f1446092b22543be4ce549b5411a49c19.tar.gz
alacritty-d86eff6f1446092b22543be4ce549b5411a49c19.zip
Follow zsh conventions in zsh completion
Declaring curcontext etc local is superfluous as _arguments states are not used. It is also superfluous to include an outer function definition syntax in zsh autoloadable functions. Zsh convention is not to capitalize descriptions. It is also better to use the imperative mood verb form for descriptions as this allows them to start with the shortest form of the verb - e.g. "reduce" instead of "reduces" and results in better grammar in the absence of a sentence subject. I'd recommend this in the --help output too. Using _guard for the position and dimensions was unnecessary given that the values are not mixed with other matches.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions