From cc4dfccbb32c0f9abd5397c6b799610a2d84075f Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 25 Jan 2020 15:37:40 +0000 Subject: Use fugitive statusline --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimrc') 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 -- cgit v1.2.3