link StatusLineTerm for vim compat

This commit is contained in:
Michael Chris Lopez
2021-10-26 12:52:22 +08:00
parent cc4abbb091
commit 36964cd971

View File

@@ -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
set t_Co=256
endif endif
set background=${background} set background=${background}
@@ -14,6 +13,8 @@ if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0)
finish finish
else else
${vimcolors} ${vimcolors}
highlight! link StatusLineTerm StatusLine
highlight! link StatusLineTermNC StatusLineNC
endif endif
if has('terminal') if has('terminal')