source $VIMRUNTIME/mswin.vim

set hlsearch
set linebreak
set mousehide
set nowrap

set guifont=-monotype-courier\ new-medium-r-normal--12-120-75-75-m-80-iso8859-1
" ou set guifont=courier_new:h10
set shiftwidth=4
set tabstop=4

if !exists("syntax_on")
  syntax on
endif

colors elflord