Mercurial > dotfiles
changeset 201:0db3b41793ee
Add AutoTags indicator to the statusline.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 18 Aug 2014 17:13:27 -0700 |
parents | 6767fcfab15f |
children | a6aca2f27b3a |
files | vim/vimrc |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vim/vimrc Mon Aug 18 17:12:34 2014 -0700 +++ b/vim/vimrc Mon Aug 18 17:13:27 2014 -0700 @@ -442,6 +442,10 @@ set statusline+=%= " Right align. +" Tag file generation indicator. +set statusline+=%{autotags#statusline('[TAGS]')} +set statusline+=\ " Space. + " Mercurial information. set statusline+=%{lawrencium#statusline('[',']')} set statusline+=\ " Space.