git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f2ae4
)
Less cluttered titlestring.
author
Iain Patterson
<me@iain.cx>
Thu, 15 Jan 2009 14:57:40 +0000
(14:57 +0000)
committer
Iain 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
patch
|
blob
|
history
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