Adding percent to vim status line
This commit is contained in:
parent
aaf8e95a2f
commit
99d80c38ed
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
|
@ -92,7 +92,8 @@ set statusline+=%#warningmsg#
|
|||
set statusline+=%{SyntasticStatuslineFlag()}
|
||||
set statusline+=%{fugitive#statusline()}
|
||||
set statusline+=%*
|
||||
set statusline+=%r%=[%{&encoding}\ %{&fileformat}\ %{strlen(&ft)?&ft:'none'}]\ %12.(%c:%l/%L%)
|
||||
set statusline+=%r%=[%{&encoding}\ %{&fileformat}\ %{strlen(&ft)?&ft:'none'}]
|
||||
set statusline+=%15.(%c:%l/%L%)\ %P
|
||||
set laststatus=2
|
||||
|
||||
" Syntastic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue