vimrc: Update commenting
This commit is contained in:
parent
10d92e9118
commit
80e679a6ef
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ set statusline= " Initialize it
|
||||||
set statusline+=%3*%m " Modified flag
|
set statusline+=%3*%m " Modified flag
|
||||||
set statusline+=%4* " Color change (see :hi)
|
set statusline+=%4* " Color change (see :hi)
|
||||||
set statusline+=\ %F " Full-path to current buffer
|
set statusline+=\ %F " Full-path to current buffer
|
||||||
set statusline+=%5*%{GitBranch()}
|
set statusline+=%5*%{GitBranch()} " Show Git branch, if applicable
|
||||||
set statusline+=%= " Switch to right-side
|
set statusline+=%= " Switch to right-side
|
||||||
set statusline+=%4*%y\ " Filetype
|
set statusline+=%4*%y\ " Filetype
|
||||||
set statusline+=%3* " Color change (see :hi)
|
set statusline+=%3* " Color change (see :hi)
|
||||||
|
|
Loading…
Reference in a new issue