aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 6221886..8f1a106 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -85,8 +85,7 @@ command! -nargs=0 Smake
" Clean
let g:clean_load_cloogle_tags = 1
-
-set statusline+=%{&filetype=='clean'?cleanvim#tags#bestmatchdescription(expand('<cword>')):''}
+set statusline+=%{cleanvim#tags#statusline()}
" Syntastic
set statusline+=%#warningmsg#