This may appear when overriding other internal classes.
The result is that when appending a "current" class, Climber takes the last space-separated string passed to itemClass and then appends --current to that. This isn't really ideal behavior.
I think this is a result of weird sprintf behavior when the string passed to itemClass does not contain a %s. Further research is needed.
This behavior should either be fixed, or documented; currently it does not behavior in a way a user might reasonable expect.
This may appear when overriding other internal classes.
The result is that when appending a "current" class, Climber takes the last space-separated string passed to
itemClassand then appends--currentto that. This isn't really ideal behavior.I think this is a result of weird sprintf behavior when the string passed to
itemClassdoes not contain a%s. Further research is needed.This behavior should either be fixed, or documented; currently it does not behavior in a way a user might reasonable expect.