blob: 056225c7d2329fd19698378fa2f92ab4e8a76f47 [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>
Bram Moolenaar6ad01d62005-06-22 22:37:09 +00004" Last Change: 2005 Jun 22
Bram Moolenaar071d4272004-06-13 20:20:40 +00005
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "msvc"
10
Bram Moolenaar071d4272004-06-13 20:20:40 +000011" The errorformat for MSVC is the default.
Bram Moolenaar6ad01d62005-06-22 22:37:09 +000012setlocal errorformat&
13setlocal makeprg=nmake