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:
01f2b59
)
Use DejaVu font.
author
Iain Patterson
<me@iain.cx>
Wed, 30 Jul 2008 13:23:22 +0000
(13:23 +0000)
committer
Iain Patterson
<me@iain.cx>
Wed, 30 Jul 2008 13:23:22 +0000
(13:23 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@116
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
1d33447
..
30ec753
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-242,11
+242,11
@@
syn enable
" Nice GUI colour.
if has("gui_running")
- se guifont=
Bitstream\ Vera
\ Sans\ Mono\ 10
+ se guifont=
DejaVu
\ Sans\ Mono\ 10
colo darkblue
endif
if has("win32")
- se guifont=
Bitstream_Vera
_Sans_Mono:h10:cANSI
+ se guifont=
DejaVu
_Sans_Mono:h10:cANSI
endif
" Ignore whitespace when diffing.