aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/Powerline/Segments/fugitive.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/Powerline/Segments/fugitive.vim')
-rw-r--r--vim/autoload/Powerline/Segments/fugitive.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/autoload/Powerline/Segments/fugitive.vim b/vim/autoload/Powerline/Segments/fugitive.vim
deleted file mode 100644
index 297556b..0000000
--- a/vim/autoload/Powerline/Segments/fugitive.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-let g:Powerline#Segments#fugitive#segments = Pl#Segment#Init('fugitive',
- \ (exists('g:loaded_fugitive') && g:loaded_fugitive == 1),
- \
- \ Pl#Segment#Create('branch', '%{Powerline#Functions#fugitive#GetBranch("$BRANCH")}')
-\ )