mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-08 11:03:48 -05:00
fix: clear highlights before loading colors
This commit is contained in:
@@ -35,6 +35,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
highlight clear
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
if exists("syntax_on")
|
if exists("syntax_on")
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
highlight clear
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
if exists("syntax_on")
|
if exists("syntax_on")
|
||||||
|
|||||||
Reference in New Issue
Block a user