vim/bundle/powerline-theme/powerline/sjl/50-syntastic.vim @ db4d0e62bcdb
Moar.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 31 Jan 2012 10:51:33 -0500 |
parents |
4a5142cfb33c |
children |
(none) |
call Pl#Statusline(
\ Pl#Match('&ft', 'qf'),
\
\ Pl#Segment(' %{"Quickfix"} ',
\ Pl#HiCurrent( Pl#FG(231), Pl#BG(240), Pl#Attr('bold')),
\ Pl#HiInsert( Pl#FG(231), Pl#BG( 31), Pl#Attr('bold')),
\ Pl#HiNonCurrent(Pl#FG(244), Pl#BG(234), Pl#Attr('bold'))
\ ),
\
\ Pl#Segment('%< %{"Location List"}',
\ Pl#HiCurrent( Pl#FG(247), Pl#BG(236)),
\ Pl#HiInsert( Pl#FG(117), Pl#BG( 24)),
\ Pl#HiNonCurrent(Pl#FG(244), Pl#BG(234))
\ ),
\
\ Pl#Split(
\ Pl#HiCurrent( Pl#BG(236)),
\ Pl#HiInsert( Pl#BG( 24)),
\ Pl#HiNonCurrent(Pl#BG(234))
\ )
\ )