Also use hl_iter in exception message

Ref #270
This commit is contained in:
ZyX 2013-02-27 00:58:45 +04:00 committed by Kim Silkebækken
parent f495c49aa1
commit 2f17510db8

View File

@ -98,7 +98,7 @@ class Colorscheme(object):
break break
else: else:
raise KeyError('Highlighting groups not found in colorscheme: ' + ', '.join(groups)) raise KeyError('Highlighting groups not found in colorscheme: ' + ', '.join(hl_iter(groups)))
if gradient_level is None: if gradient_level is None:
pick_color = self.colors.__getitem__ pick_color = self.colors.__getitem__