Mercurial > dotfiles
changeset 66:4dbcf382107c
Merged some changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 09 Dec 2011 09:50:13 -0800 |
parents | 2e573efbfd72 (current diff) dd3a6223c51f (diff) |
children | 34dafaf8ed9c |
files | |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Fri Dec 09 09:48:15 2011 -0800 +++ b/README.md Fri Dec 09 09:50:13 2011 -0800 @@ -4,14 +4,17 @@ VIM === -My [Vim] environment in `/vim`. Feel free to poke around and see how I my setup works but keep in mind I'm myself a Vim newbie so this may not be the best place to look at if you want to learn anything worthwhile. +My [Vim][] environment in `/vim`. Feel free to poke around and see how I my setup works but keep in mind I'm myself a Vim newbie so this may not be the best place to look at if you want to learn anything worthwhile. + +Of note, see my Mercurial plugin, [Lawrencium][]. MERCURIAL ========= -There's also my [Mercurial] configuration files. Those are pretty boring. +There's also my [Mercurial][] configuration files. Those are pretty boring. [vim]: http://vim.org [mercurial]: http://hg-scm.com + [lawrencium]: http://bitbucket.org/ludovicchabant/lawrencium
--- a/vim/vimrc Fri Dec 09 09:48:15 2011 -0800 +++ b/vim/vimrc Fri Dec 09 09:50:13 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).