Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-17 | Remove obsolete comment | Marc Cornellà | |
2015-08-16 | Check that list_size value is not zero before division | Marc Cornellà | |
2015-08-16 | Use right variable name to avoid zero-length array | Marc Cornellà | |
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. | |||
2015-07-15 | Remove redundant comments from the .zsh file (since they're in README now). | Andrew Janke | |
2015-07-15 | emoji plugin: generate char map from Unicode UTR51 data files | Andrew Janke | |
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. | |||
2014-06-09 | added emoji plugin to make it easy to display emoji characters in the terminal | fallwith | |