mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-17 23:43:39 -05:00
Compare commits
2 Commits
6ba5387011
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
585229900f | ||
|
|
8dfd3abb8d |
@@ -35,6 +35,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||
finish
|
||||
endif
|
||||
|
||||
highlight clear
|
||||
set background=dark
|
||||
|
||||
if exists("syntax_on")
|
||||
@@ -639,9 +640,6 @@ call s:HL('pythonDecorator', 'taffy', '', 'none')
|
||||
call s:HL('pythonRun', 'gravel', '', 'bold')
|
||||
call s:HL('pythonCoding', 'gravel', '', 'bold')
|
||||
|
||||
" }}}
|
||||
" GO {{{
|
||||
call s:HL('goDirective', 'lime', '', 'none')
|
||||
" }}}
|
||||
" SLIMV {{{
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||
finish
|
||||
endif
|
||||
|
||||
highlight clear
|
||||
set background=dark
|
||||
|
||||
if exists("syntax_on")
|
||||
|
||||
Reference in New Issue
Block a user