# HG changeset patch # User Ludovic Chabant # Date 1408407207 25200 # Node ID 0db3b41793eeae37ed245557166d2ca46303fd41 # Parent 6767fcfab15f6643c70e355b0206b68e7b0e2d9c Add AutoTags indicator to the statusline. diff -r 6767fcfab15f -r 0db3b41793ee vim/vimrc --- 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.