diff options
author | thatch <devnull@localhost> | 2008-04-02 23:08:12 -0500 |
---|---|---|
committer | thatch <devnull@localhost> | 2008-04-02 23:08:12 -0500 |
commit | 7caac45613cce430c14b05d2c3cb81ad8d470521 (patch) | |
tree | bb8f19da0a719ef9021429940a99d95d3ae17d6b /pygments/styles | |
parent | a6eee4a53433e95e1bd890fb88d1ab81effc7996 (diff) | |
download | pygments-7caac45613cce430c14b05d2c3cb81ad8d470521.tar.gz |
Revert unnecessary change enabling vim style
Diffstat (limited to 'pygments/styles')
-rw-r--r-- | pygments/styles/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py index c6accfa0..30cf65cb 100644 --- a/pygments/styles/__init__.py +++ b/pygments/styles/__init__.py @@ -29,7 +29,6 @@ STYLE_MAP = { 'native': 'native::NativeStyle', 'fruity': 'fruity::FruityStyle', 'bw': 'bw::BlackWhiteStyle', - 'vim': 'vim::VimStyle', } |