summaryrefslogtreecommitdiff
path: root/plugins/emoji
AgeCommit message (Expand)Author
2022-10-03chore(docs): fix some typos (#11211)George Rodrigues
2021-12-28refactor(emoji): rewrite script w/ Python and update emojis (#8069)Léopold Mebazaa
2021-12-28chore: fix comment bulk replaceMarc Cornellà
2021-12-28refactor: handle `$0` according to the Zsh plugin standard (#10518)Curtis Rueden
2021-12-01chore: fix spelling errors across the project (#10459)Josh Soref
2018-08-07use https everywhere (#6574)Janosch Schwalm
2015-08-30Merge pull request #4244 from Gnouc/masterRobby Russell
2015-08-17Remove obsolete commentMarc Cornellà
2015-08-16Check that list_size value is not zero before divisionMarc Cornellà
2015-08-16Use right variable name to avoid zero-length arrayMarc Cornellà
2015-08-14Emoji plugin - Fix wrong string comparisonLE Manh Cuong
2015-07-15Remove redundant comments from the .zsh file (since they're in README now).Andrew Janke
2015-07-15emoji plugin: generate char map from Unicode UTR51 data filesAndrew Janke
2014-06-09added emoji plugin to make it easy to display emoji characters in the terminalfallwith