1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-29 05:30:24 +01:00
Files
oh-my-zsh/plugins/emoji/emoji.plugin.zsh
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

6.8 KiB