blob: 5fb1f24b36f5a9e6f6d092a85e8b8a5906116627 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
2" Compiler: Miscrosoft Visual C
3" Maintainer: Bram Moolenaar <Bram@vim.org>
4" Last Change: 2004 Mar 19
5
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "msvc"
10
11if exists(":CompilerSet") != 2 " older Vim always used :setlocal
12 command -nargs=* CompilerSet setlocal <args>
13endif
14
15" The errorformat for MSVC is the default.
16CompilerSet errorformat&
17CompilerSet makeprg=nmake