Mercurial > dotfiles
diff vim/vimrc @ 201:0db3b41793ee
Add AutoTags indicator to the statusline.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 18 Aug 2014 17:13:27 -0700 |
parents | 4d34bf15a478 |
children | 4bd15b5afcfc dae926f52b9a |
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.