aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/Powerline/Segments/syntastic.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/Powerline/Segments/syntastic.vim')
-rw-r--r--vim/autoload/Powerline/Segments/syntastic.vim5
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'))
-\ )