xref: /vim-8.2.3635/runtime/compiler/msvc.vim (revision 00a927d6)
1" Vim compiler file
2" Compiler:	Miscrosoft Visual C
3" Maintainer:	Bram Moolenaar <[email protected]>
4" Last Change:	2005 Nov 30
5
6if exists("current_compiler")
7  finish
8endif
9let current_compiler = "msvc"
10
11" The errorformat for MSVC is the default.
12CompilerSet errorformat&
13CompilerSet makeprg=nmake
14