diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
| commit | 5fab93bf6c853f0f37d30f9cb91a0760d3e006cb (patch) | |
| tree | f1d69f20fa36b2998ee9774074c6f5d0b10a4776 /vim/autoload/Powerline/Segments/syntastic.vim | |
| parent | 400b7c363c615dca6674a0381122d35f0949b6e6 (diff) | |
| parent | 577b791c99b07471ec27e1f9c09e756a6f1da0cd (diff) | |
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'vim/autoload/Powerline/Segments/syntastic.vim')
| -rw-r--r-- | vim/autoload/Powerline/Segments/syntastic.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/autoload/Powerline/Segments/syntastic.vim b/vim/autoload/Powerline/Segments/syntastic.vim deleted file mode 100644 index 2f0caa9..0000000 --- a/vim/autoload/Powerline/Segments/syntastic.vim +++ /dev/null @@ -1,5 +0,0 @@ -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')) -\ ) |