summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2008-04-02 23:08:12 -0500
committerthatch <devnull@localhost>2008-04-02 23:08:12 -0500
commit7caac45613cce430c14b05d2c3cb81ad8d470521 (patch)
treebb8f19da0a719ef9021429940a99d95d3ae17d6b /pygments/styles
parenta6eee4a53433e95e1bd890fb88d1ab81effc7996 (diff)
downloadpygments-7caac45613cce430c14b05d2c3cb81ad8d470521.tar.gz
Revert unnecessary change enabling vim style
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/__init__.py1
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',
}