mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Rebuild with Colortemplate v2.2.0.
Fix an error about s:termtrans not being defined. The error is due to the new way Colortemplate generates the output code. Make g:solarized_extra_hi_groups=1 by default, as the Vim issue with filetype-specific highlight groups in color schemes has been fixed a while ago.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
; Filetype specific highlight groups {{{
|
||||
verbatim
|
||||
if !get(g:, '@optionprefix_extra_hi_groups', 0)
|
||||
unlet s:t_Co s:italics s:termtrans
|
||||
finish
|
||||
endif
|
||||
endverbatim
|
||||
; Filetype specific highlight groups
|
||||
#if get(g:, '@optionprefix_extra_hi_groups', 1)
|
||||
; vim {{{
|
||||
vimVar -> Identifier
|
||||
vimFunc -> Function
|
||||
@@ -256,4 +251,4 @@ ALEStyleWarning -> ALEWarning
|
||||
ALEStyleWarningSign -> ALEWarningSign
|
||||
ALEStyleWarningSignLineNr -> ALEWarningSignLineNr
|
||||
; }}}
|
||||
; }}}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user