view runtime/compiler/msvc.vim @ 549:e9ddb2181f06 v7.0155

updated for version 7.0155
author vimboss
date Mon, 10 Oct 2005 21:00:54 +0000
parents 028158b1362b
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