Commit Graph

8 Commits

Author SHA1 Message Date
Robby Russell c10d5c8b7c Merge pull request #4244 from Gnouc/master
Emoji plugin - Fix wrong string comparison
2015-08-30 21:47:42 -07:00
Marc Cornellà be667a24b0 Remove obsolete comment 2015-08-17 01:05:37 +02:00
Marc Cornellà c6a5f6efb4 Check that list_size value is not zero before division 2015-08-16 22:40:52 +02:00
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.
2015-08-16 22:26:33 +02:00
LE Manh Cuong 0238301726 Emoji plugin - Fix wrong string comparison 2015-08-14 09:55:46 +07:00
Andrew Janke 9a397254da Remove redundant comments from the .zsh file (since they're in README now). 2015-07-15 17:16:59 -04:00
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.
2015-07-15 17:07:33 -04:00
fallwith eb06484d4f added emoji plugin to make it easy to display emoji characters in the terminal 2014-06-09 09:53:03 -07:00