diff 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
line wrap: on
line diff
--- a/vim/vimrc	Thu Dec 08 17:44:13 2011 -0800
+++ b/vim/vimrc	Thu Dec 08 21:46:16 2011 -0800
@@ -232,6 +232,10 @@
 
 set statusline+=%=   " Right align.
 
+" Mercurial information.
+set statusline+=%{lawrencium#statusline('[',']')}
+set statusline+=\    " Space.
+
 " File format, encoding and type.  Ex: "(unix/utf-8/python)"
 set statusline+=(
 set statusline+=%{&ff}                        " Format (unix/DOS).