aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-01-25 19:00:57 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commit4fc77486cabe6c0cdd03b9f293953adce42cd087 (patch)
tree73a5d1aa9010ba6a7f5a281e929d4515bf5ae18d
parent644833796db9eda2f46d840c038280bd0ff1b4d8 (diff)
downloaddotnvim-4fc77486cabe6c0cdd03b9f293953adce42cd087.tar.gz
dotnvim-4fc77486cabe6c0cdd03b9f293953adce42cd087.zip
git status when not active
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 631b971..67bc9ed 100644
--- a/vimrc
+++ b/vimrc
@@ -70,7 +70,7 @@ function! StatusLine(current, width)
if a:current
let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#statusline()}'
else
- let l:s .= ' %{fugitive#head()}'
+ let l:s .= ' %{fugitive#statusline()}'
endif
let l:s .= '%='