Emoji plugin - Fix wrong string comparison

This commit is contained in:
LE Manh Cuong 2015-08-14 09:55:46 +07:00
commit 0238301726
2 changed files with 10 additions and 1 deletions

View file

@ -88,7 +88,7 @@ typeset -gAH emoji_mod
}
# Modifiers are included in both the main set and their separate map,
# because they have a standalone representation as a color swatch.
if ( $modifier_status == "modifier" ) {
if ( $modifier_status eq "modifier" ) {
$outfh->print("emoji_mod[$omz_name]=\$'$zsh_code'\n");
}
} else {