From df374eb4d846b81e867965a6bb57149791e37baf Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 1 Apr 2009 10:56:49 +0000 Subject: [PATCH] Modified status line to print only filename --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index ea421f5..30171c0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -172,7 +172,7 @@ function! StatuslineTabWarning() endfunction " Real Status line definition -set statusline=%f\ "tail of the filename +set statusline=%t\ "tail of the filename "display a warning if fileformat isnt unix set statusline+=%#warningmsg#