aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-01-25 15:37:40 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commitcc4dfccbb32c0f9abd5397c6b799610a2d84075f (patch)
tree28dc0a56b3d2c6ae07e10876d47a0ca83a9b4864
parent32d1c655e5615ded3940442dd826afd0e02f7c26 (diff)
downloaddotnvim-cc4dfccbb32c0f9abd5397c6b799610a2d84075f.tar.gz
dotnvim-cc4dfccbb32c0f9abd5397c6b799610a2d84075f.zip
Use fugitive statusline
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 2d0fe32..fd69e8c 100644
--- a/vimrc
+++ b/vimrc
@@ -68,7 +68,7 @@ function! StatusLine(current, width)
endif
let l:s .= ' %f%h%w%m%r '
if a:current
- let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#head()}'
+ let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#statusline()}'
else
let l:s .= ' %{fugitive#head()}'
endif