From b5fef23fdd9f7007d0d464bf59b5b91df3730139 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 18 Oct 2021 11:50:21 +0800 Subject: [PATCH] syntax reset may not be necessary anymore ref: https://github.com/vim/colorschemes/issues/34 --- colors/zenbones.vim | 1 - colors/zenflesh.vim | 1 - lua/zenbones/template/vim.lua | 1 - 3 files changed, 3 deletions(-) diff --git a/colors/zenbones.vim b/colors/zenbones.vim index e137a2c..40f6876 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -1,7 +1,6 @@ " This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - syntax reset set t_Co=256 endif diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index d7dee25..53f69bf 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -1,7 +1,6 @@ " This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - syntax reset set t_Co=256 endif diff --git a/lua/zenbones/template/vim.lua b/lua/zenbones/template/vim.lua index 2a14494..aa94ed2 100644 --- a/lua/zenbones/template/vim.lua +++ b/lua/zenbones/template/vim.lua @@ -1,7 +1,6 @@ local template = [[" This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - syntax reset set t_Co=256 endif