diff options
author | Adam Hovorka <[email protected]> | 2018-11-10 14:34:44 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2018-11-10 14:34:44 -0700 |
commit | 7ebb6f05eecb2369dbc43e499cd4277f13e5c5c5 (patch) | |
tree | 0543a60af791196575b4128bdf6efe5f01937e3e /base/vimrc | |
parent | 0166b66bf0f625e2a54255b0c749f0404826a68f (diff) |
Fix spacing, re-add gl="git pull" alias
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |