--- a/ThirdParty/Pygments/pygments/styles/__init__.py Tue Jan 04 17:37:48 2011 +0100 +++ b/ThirdParty/Pygments/pygments/styles/__init__.py Wed Jan 05 15:46:19 2011 +0100 @@ -30,6 +30,7 @@ 'native': 'native::NativeStyle', 'fruity': 'fruity::FruityStyle', 'bw': 'bw::BlackWhiteStyle', + 'vim': 'vim::VimStyle', 'vs': 'vs::VisualStudioStyle', 'tango': 'tango::TangoStyle', }