# HG changeset patch # User Meredith Howard # Date 1403064059 14400 # Node ID b1001f2f0523a6dc0d3ea776186c7ecf23e373e9 # Parent 30dc5c43f0680142a6768b67e6c44bc05f7b9119 Oops, windows font specs are different diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -192,8 +192,13 @@ else endif -set guifont=Droid\ Sans\ Mono\ Slashed\ 10 -set lsp=0 "line spacing 0 px +if on_windows == 1 + set guifont=Droid_Sans_Mono_Slashed:h10:cANSI + set lsp=0 +else + set guifont=Droid\ Sans\ Mono\ Slashed\ 10 +endif + set guioptions-=T "disable toolbar and menu set guioptions-=m set guioptions-=t "disable tearoffs