" Configuration file for gvim
" Written for Debian GNU/Linux by W.Akkerman <wakkerma@debian.org>

" If we want a graphical vim, syntax highlighting is a great extra.
" Only for version >5.0 though.

if version >= 500
  syntax on
endif

" You can also specify a different font:
" set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1

