aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--VERSION2
-rw-r--r--colors/juvenile.vim4
3 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5cc1bc5..3146cbc 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
Juvenile
========
-Dark Vim colorscheme. Show comments in grey if colors available, in defiance of
-Commander Pike, but nothing else, in deference to Commander Pike. Works best
-with 256 colors or a GUI.
+Dark Vim colorscheme. Show comments in grey if colors available, in defiance
+of Commander Pike, but nothing else, in deference to Commander Pike. Works
+best with 256 colors or a GUI.
<https://groups.google.com/forum/#!msg/golang-nuts/hJHCAaiL0so/kG3BHV6QFfIJ>
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
diff --git a/VERSION b/VERSION
index 0d91a54..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
diff --git a/colors/juvenile.vim b/colors/juvenile.vim
index 56eaccd..2994e7c 100644
--- a/colors/juvenile.vim
+++ b/colors/juvenile.vim
@@ -10,11 +10,11 @@
set background=dark
if v:version > 580
highlight clear
- if exists('g:syntax_on')
+ if exists('syntax_on')
syntax reset
endif
endif
-let g:colors_name = 'juvenile'
+let colors_name = 'juvenile'
if has('gui_running') || &t_Co >= 256
highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#fcfcfc guibg=#030303