Less cluttered titlestring.
authorIain Patterson <me@iain.cx>
Thu, 15 Jan 2009 14:57:40 +0000 (14:57 +0000)
committerIain Patterson <me@iain.cx>
Thu, 15 Jan 2009 14:57:40 +0000 (14:57 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@170 6be0d1a5-5cfe-0310-89b6-964be062b18b

.vimrc

diff --git a/.vimrc b/.vimrc
index 62bd8d7..4ef5cb1 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -182,7 +182,7 @@ fun! Show_TitleString()
   if bufname("") == ""
     let ts1='Vim'
   else
-    let ts1=printf("%s [%2d:%s]", expand('%t'), bufnr(""), expand('%f'))
+    let ts1=printf("%2d: %s", bufnr(""), expand('%t'))
   endif
   return printf("%s (%s) %s", ts1, getcwd(), v:servername)
 endfun