diff options
author | Camil Staps | 2017-11-17 12:25:42 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-17 12:25:42 +0100 |
commit | cf65f97529b4e6334488ea014786e01ecabcca85 (patch) | |
tree | 59631f9a27bf23d0527db875203fed156265842f /vim | |
parent | Add .gvimrc for gvimdiff on Hebrew (diff) |
Update Clean statusline
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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# |