summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/msvc.vim
blob: 056225c7d2329fd19698378fa2f92ab4e8a76f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" 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