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
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Colorscheme(object):
break
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:
pick_color = self.colors.__getitem__