aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-10 10:04:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-10 10:04:16 +1200
commit6ce5b57d15a26a42c7c5bbe1e7611485e43e4eb1 (patch)
treee5dbf90f954a3215736cf16cab472cdd06811f85
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-juvenile-0.4.0.tar.gz (sig)
vim-juvenile-0.4.0.zip
Merge branch 'release/v0.4.0'v0.4.0
* release/v0.4.0: Remove unneeded variable scoping Switch to two-spacing
-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