view runtime/compiler/msvc.vim @ 444:d0d15b184c56

updated for version 7.0116
author vimboss
date Mon, 25 Jul 2005 20:42:36 +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