Message7116

Author dahlia
Recipients dahlia, fwierzbicki
Date 2012-05-20.22:21:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337552475.59.0.681525925687.issue1891@psf.upfronthosting.co.za>
In-reply-to
Content
Actually pygments/lexers/_vimbuiltins.py file which exactly occurs the error has no function/method definitions.  Instead, it has three variables that are huge dictionary and list.  These are written in three lines.  Can the error be happened when some line of the source code has very long columns?

You can find the exact source code from the following url:
https://bitbucket.org/birkenfeld/pygments-main/src/1.5/pygments/lexers/_vimbuiltins.py

If this error is currently really hard to fix, I want to send a patch to Pygments.  So I want to know how to workaround it now.  :-)
History
Date User Action Args
2012-05-20 22:21:15dahliasetmessageid: <1337552475.59.0.681525925687.issue1891@psf.upfronthosting.co.za>
2012-05-20 22:21:15dahliasetrecipients: + dahlia, fwierzbicki
2012-05-20 22:21:15dahlialinkissue1891 messages
2012-05-20 22:21:15dahliacreate