"--------------------
" VIM-Config by ChrM
"--------------------
syntax on
colors elflord
set nu
set guifont=Monospace\ Bold\ 11
set et
set softtabstop=4
set shiftwidth=4
" Abbreviations -----------------
" HTML
ab
hhhhhhhi
ab
hhhhi
ab | | hhhhi
ab
hhhi
ab
ab hhhi
" Java/C/C++
ab println System.out.println("");hhi
ab for( for( int i = 0; i < 1; i++ ) {}i
ab { {}i
ab try try { } catch (Exception e) { }
" Compiler Settings --------------
set makeprg=jikes\ -nowarn\ -Xstdout\ +E\ %
set errorformat=%f:%l:%c:%*\\d:%*\\d:%*\\s%m