diff --git a/.vimrc b/.vimrc index 8812303..9ef15a2 100644 --- a/.vimrc +++ b/.vimrc @@ -9,11 +9,15 @@ else endif if has("gui_running") colorscheme tesla - "set guifont=Menlo\ Bold - "set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold - set guifont=DejaVu\ Sans\ Mono\ Bold - set guioptions=egmrt syntax on + if has("win32") + set guifont=Consolas:h10:b + elseif has("mac") + "set guifont=Menlo\ Bold + "set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold + set guifont=DejaVu\ Sans\ Mono\ Bold + endif + set guioptions=egmrt endif set nowrap " Disable word wrap. set tabstop=4 " Set tab to 4 characters.