From 4fc77486cabe6c0cdd03b9f293953adce42cd087 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 25 Jan 2020 19:00:57 +0000 Subject: git status when not active --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '%=' -- cgit v1.2.3