Commit graph

8 commits

Author SHA1 Message Date
Robby Russell
c9237a51b6 Merge pull request #4244 from Gnouc/master
Emoji plugin - Fix wrong string comparison
2015-08-30 21:47:42 -07:00
Marc Cornellà
a88b4bb5d4 Remove obsolete comment 2015-08-17 01:05:37 +02:00
Marc Cornellà
35b87e0225 Check that list_size value is not zero before division 2015-08-16 22:40:52 +02:00
Marc Cornellà
16b511c07f 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
839f6d00b3 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