aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/Powerline/Segments/syntastic.vim
blob: 2f0caa9d0f2df0d3b315d788d9698a737e36041a (plain)
1
2
3
4
5
let g:Powerline#Segments#syntastic#segments = Pl#Segment#Init('syntastic',
	\ (exists('g:loaded_syntastic_plugin') && g:loaded_syntastic_plugin == 1),
	\
	\ Pl#Segment#Create('errors', '%{Powerline#Functions#syntastic#GetErrors("$LINE")}', Pl#Segment#Modes('!N'))
\ )