Skip to content

Commit

Permalink
Updated statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
happy-dude committed May 3, 2012
1 parent 6662ba5 commit ca5cdd3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@ set background=dark

""" Using Lokaltog's vim-powerline plugin now; contains almost everything desired in own statusline
set laststatus=2 "Always show the statusline
set statusline=%F%m%r%h%w[FORMAT=%{&ff}][TYPE=%Y][%{&enc}][LN=%03l:%02v/%L][%p%%][UNICODE=utf_0x%02.B/ascii_%03.3b]%#warningmsg#%{SyntasticStatuslineFlag()}%*
" | | | | | | | | | | | | | | +-- syntastic plugin
" | | | | | | | | | | | | | ASCII --+
" | | | | | | | | | | | | +-- HEX value
" | | | | | | | | | | | +-- Current position in file
" | | | | | | | | | | +-- Total number of lines
" | | | | | | | | | +-- Column
" | | | | | | | | +-- Current line (row)
set statusline=%F%m%r%h%w[FORMAT=%{&ff}][TYPE=%Y][%{&enc}][utf_0x%02.B/ascii_%03.3b][LN=%03l:%02v/%L][%p%%]%#warningmsg#%{SyntasticStatuslineFlag()}%*
" | | | | | | | | | | | | | | +-- syntastic plugin
" | | | | | | | | | | | | | +-- Current position in file
" | | | | | | | | | | | | +-- Total number of lines
" | | | | | | | | | | | +-- Column
" | | | | | | | | | | +-- Current line (row)
" | | | | | | | | | +-- ASCII
" | | | | | | | | +-- HEX value
" | | | | | | | +-- File encoding
" | | | | | | +-- filetype as VIM recognized
" | | | | | +-- current fileformat
Expand Down

0 comments on commit ca5cdd3

Please sign in to comment.