1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-19 21:56:57 +00:00
dotfiles/files/vim/.vim/bundle/vim-powerline/autoload/Powerline/Segments/syntastic.vim
2014-06-08 15:02:00 +05:30

6 lines
268 B
VimL

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'))
\ )