vladislav doster
1d09c6bb0a
style: remove trailing whitespace ( #12303 )
2 years ago
Léopold Mebazaa
0613232202
refactor(emoji): rewrite script w/ Python and update emojis ( #8069 )
...
Closes #8069
4 years ago
Marc Cornellà
c06197ad95
chore: fix comment bulk replace
4 years ago
Curtis Rueden
2d32e9be66
refactor: handle `$0` according to the Zsh plugin standard ( #10518 )
...
For details and rationale, see:
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
Closes #10518
4 years ago
Josh Soref
0e41181d54
chore: fix spelling errors across the project ( #10459 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
4 years ago
Marc Cornellà
be667a24b0
Remove obsolete comment
11 years ago
Marc Cornellà
c6a5f6efb4
Check that list_size value is not zero before division
11 years ago
Marc Cornellà
88243b846a
Use right variable name to avoid zero-length array
...
This fixes the typographic error that always assigned an undefined
array to `$names`, which made `$list_size` = 0 and triggered a
divide by zero error on the next line.
11 years ago
Andrew Janke
9a397254da
Remove redundant comments from the .zsh file (since they're in README now).
11 years ago
Andrew Janke
6d618ef70e
emoji plugin: generate char map from Unicode UTR51 data files
...
Refactor the functions and group listings to have fewer functions,
but have them take group names as parameters.
Pull group definitions in to a single associative array.
11 years ago
fallwith
eb06484d4f
added emoji plugin to make it easy to display emoji characters in the terminal
12 years ago