Mercurial > dotfiles
comparison vim/vimrc @ 61:8c80aa9bd387
Re-enabled lawrencium status-line.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 08 Dec 2011 21:46:16 -0800 |
parents | 6df571869f4a |
children | 34dafaf8ed9c |
comparison
equal
deleted
inserted
replaced
60:d4843752d31f | 61:8c80aa9bd387 |
---|---|
229 set statusline+=%#redbar# " Highlight the following as a warning. | 229 set statusline+=%#redbar# " Highlight the following as a warning. |
230 set statusline+=%{SyntasticStatuslineFlag()} " Syntastic errors. | 230 set statusline+=%{SyntasticStatuslineFlag()} " Syntastic errors. |
231 set statusline+=%* " Reset highlighting. | 231 set statusline+=%* " Reset highlighting. |
232 | 232 |
233 set statusline+=%= " Right align. | 233 set statusline+=%= " Right align. |
234 | |
235 " Mercurial information. | |
236 set statusline+=%{lawrencium#statusline('[',']')} | |
237 set statusline+=\ " Space. | |
234 | 238 |
235 " File format, encoding and type. Ex: "(unix/utf-8/python)" | 239 " File format, encoding and type. Ex: "(unix/utf-8/python)" |
236 set statusline+=( | 240 set statusline+=( |
237 set statusline+=%{&ff} " Format (unix/DOS). | 241 set statusline+=%{&ff} " Format (unix/DOS). |
238 set statusline+=/ | 242 set statusline+=/ |