dot_files/vim-plugins/bundle/vim-powerline/autoload/Powerline/Segments/syntastic.vim
2017-07-09 00:26:06 +03:00

5 lines
270 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'))
\ ])