Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
200:6767fcfab15f | 201:0db3b41793ee |
---|---|
439 set statusline+=%#redbar# " Highlight the following as a warning. | 439 set statusline+=%#redbar# " Highlight the following as a warning. |
440 set statusline+=%{SyntasticStatuslineFlag()} " Syntastic errors. | 440 set statusline+=%{SyntasticStatuslineFlag()} " Syntastic errors. |
441 set statusline+=%* " Reset highlighting. | 441 set statusline+=%* " Reset highlighting. |
442 | 442 |
443 set statusline+=%= " Right align. | 443 set statusline+=%= " Right align. |
444 | |
445 " Tag file generation indicator. | |
446 set statusline+=%{autotags#statusline('[TAGS]')} | |
447 set statusline+=\ " Space. | |
444 | 448 |
445 " Mercurial information. | 449 " Mercurial information. |
446 set statusline+=%{lawrencium#statusline('[',']')} | 450 set statusline+=%{lawrencium#statusline('[',']')} |
447 set statusline+=\ " Space. | 451 set statusline+=\ " Space. |
448 | 452 |