syntax reset may not be necessary anymore
ref: https://github.com/vim/colorschemes/issues/34
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
" This file is auto-generated from lua/zenbones/template/vim.lua
|
" This file is auto-generated from lua/zenbones/template/vim.lua
|
||||||
if exists('g:colors_name')
|
if exists('g:colors_name')
|
||||||
highlight clear
|
highlight clear
|
||||||
syntax reset
|
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
" This file is auto-generated from lua/zenbones/template/vim.lua
|
" This file is auto-generated from lua/zenbones/template/vim.lua
|
||||||
if exists('g:colors_name')
|
if exists('g:colors_name')
|
||||||
highlight clear
|
highlight clear
|
||||||
syntax reset
|
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
local template = [[" This file is auto-generated from lua/zenbones/template/vim.lua
|
local template = [[" This file is auto-generated from lua/zenbones/template/vim.lua
|
||||||
if exists('g:colors_name')
|
if exists('g:colors_name')
|
||||||
highlight clear
|
highlight clear
|
||||||
syntax reset
|
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user