mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-17 23:43:39 -05:00
Compare commits
2 Commits
master
...
6ba5387011
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ba5387011 | ||
|
|
e6921fae32 |
@@ -35,7 +35,6 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||
finish
|
||||
endif
|
||||
|
||||
highlight clear
|
||||
set background=dark
|
||||
|
||||
if exists("syntax_on")
|
||||
@@ -640,6 +639,9 @@ 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,7 +19,6 @@ 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