mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-11 16:26:58 +00:00
Revert "Update make_colorscheme script."
This commit is contained in:
@@ -9,8 +9,13 @@ let s:errors = 0
|
|||||||
|
|
||||||
execute 'lcd' s:curdir
|
execute 'lcd' s:curdir
|
||||||
|
|
||||||
for s:template in glob(s:curdir . '/s*.colortemplate', 1, 1)
|
for s:template in glob(s:curdir . '/*.colortemplate', 1, 1)
|
||||||
let s:template_name = fnamemodify(s:template, ':t:r')
|
let s:template_name = fnamemodify(s:template, ':t:r')
|
||||||
|
if s:template_name == 'solarized8_dark'
|
||||||
|
let g:colortemplate_no_doc = 0
|
||||||
|
else
|
||||||
|
let g:colortemplate_no_doc = 1
|
||||||
|
endif
|
||||||
execute "edit" s:template
|
execute "edit" s:template
|
||||||
execute "Colortemplate!" fnameescape(s:parent)
|
execute "Colortemplate!" fnameescape(s:parent)
|
||||||
if g:colortemplate_exit_status != 0
|
if g:colortemplate_exit_status != 0
|
||||||
|
|||||||
Reference in New Issue
Block a user