view runtime/compiler/msvc.vim @ 349:028158b1362b v7.0090

updated for version 7.0090
author vimboss
date Wed, 22 Jun 2005 22:37:09 +0000
parents 3fc0f57ecb91
children 2244be18d9e9
line wrap: on
line source

" Vim compiler file
" Compiler:	Miscrosoft Visual C
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" 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