" Vim compiler file " Compiler: Compaq Visual Fortran " Maintainer: Joh.-G. Simon (johhann-guenter.simon@linde-le.com) " Last Change: 07/08/2002 if exists("current_compiler") finish endif let current_compiler = "CVFortran" " A workable errorformat for Compaq Visual Fortran setlocal errorformat= \%E%f(%l)\ :\ Error:%m, \%W%f(%l)\ :\ Warning:%m, \%-Z%p%^%.%#, \%-G%.%#, " Compiler call setlocal makeprg=df\ /nologo\ /noobj\ /c\ % setlocal shellpipe=2>