diff options
author | Max Christian Pohle | 2015-09-07 02:02:22 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-07 02:02:22 +0200 |
commit | 81a481d42b50dfdf275989a7812f46b854672c40 (patch) | |
tree | b97cd4201c68722243aec9ee96e521e9a84bb979 /vimrc | |
parent | 6b07aa894241e2bdf805ea5e0f7dc9c08be5f711 (diff) | |
download | vim-81a481d42b50dfdf275989a7812f46b854672c40.tar.bz2 vim-81a481d42b50dfdf275989a7812f46b854672c40.zip |
renamed colorscheme, included INSTALL instructions
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ else | |||
132 | set ttyfast | " modern terminals are all fast in a way | 132 | set ttyfast | " modern terminals are all fast in a way |
133 | endif | 133 | endif |
134 | 134 | ||
135 | colorscheme maxvb6 | 135 | colorscheme coderonline |
136 | syntax enable | 136 | syntax enable |
137 | 137 | ||
138 | "================================================================================ | 138 | "================================================================================ |