--- a/ThirdParty/Pygments/pygments/formatters/other.py Sun Feb 17 19:05:40 2013 +0100 +++ b/ThirdParty/Pygments/pygments/formatters/other.py Sun Feb 17 19:07:15 2013 +0100 @@ -5,7 +5,7 @@ Other formatters: NullFormatter, RawTokenFormatter. - :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ @@ -102,8 +102,6 @@ outfile.write(text.encode()) flush = outfile.flush - lasttype = None - lastval = '' if self.error_color: for ttype, value in tokensource: line = "%s\t%r\n" % (ttype, value)