From ee2b0302837629e509df98be34435823e941e139 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Tue, 9 Oct 2018 09:58:51 -0600 Subject: Add space to filename section of vim status --- base/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/vimrc b/base/vimrc index 0d3871c..6aa9fad 100644 --- a/base/vimrc +++ b/base/vimrc @@ -105,7 +105,7 @@ set statusline+=%{&modified?'\ +':''} " Modified set statusline+=%{&ro?'\ ':''} " Read only set statusline+=%{&paste?'\ P':''} " Paste mode "set statusline+=[%n%H%M%R%W]\ " flags and buf no -set statusline+=%4*%=%3*\ " Section break +set statusline+=\ %4*%=%3*\ " Section break set statusline+=%{&ff=='unix'?'':&ff\ } " Line ending set statusline+=%l\ %c\ %P\ " Line column percent set statusline+=%2*%1*%{StatusGitInfo()}\ " Git branch -- cgit v1.2.3-70-g09d2