diff options
| author | Adam Hovorka <[email protected]> | 2018-10-11 10:39:03 -0600 |
|---|---|---|
| committer | Adam Hovorka <[email protected]> | 2018-10-11 10:39:03 -0600 |
| commit | 7e90f3ce032c8ba107bb368f7458bbdeafe9f2a6 (patch) | |
| tree | e52a88532c915e218fe781e7d8bd7973ab2d4ec3 | |
| parent | ee2b0302837629e509df98be34435823e941e139 (diff) | |
Fix git branch spacing in vim status
| -rw-r--r-- | base/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ hi Folded ctermbg=0 ctermfg=12 function! StatusGitInfo() let git = gitbranch#name() if git != '' - return ' '.git.' ' + return ' '.git else return '' endfunction |
