link StatusLineTerm for vim compat
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user