alacritty/extra
Oliver Kiddle d86eff6f14 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.
2019-08-25 02:45:48 +02:00
..
completions Follow zsh conventions in zsh completion 2019-08-25 02:45:48 +02:00
linux Bump minimum supported Rust version to 1.34.0 2019-07-30 22:13:51 +00:00
logo Add icon to Linux .desktop file 2019-04-04 18:41:57 +00:00
osx/Alacritty.app/Contents Bump version to 0.3.3 2019-06-16 14:10:15 +00:00
windows Bump version to 0.3.3 2019-06-16 14:10:15 +00:00
alacritty.info Fix ncurses backspace key 2019-06-07 22:09:22 +00:00
alacritty.man Allow setting gtk variant and general class on X11 2019-07-06 19:34:56 +00:00