" Vim compiler file " Compiler: Miscrosoft Visual C " Maintainer: Bram Moolenaar " Last Change: 2005 Jun 22 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. setlocal errorformat& setlocal makeprg=nmake