xref: /vim-8.2.3635/runtime/compiler/msvc.vim (revision 3a991dd0)
1" Vim compiler file
2" Compiler:	Microsoft Visual C
3" Maintainer:	Bram Moolenaar <[email protected]>
4" Last Change:	2014 Sep 20
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