Merge branch 'vim-with-runtime' into feat/quickfix-title
[vim_extended.git] / runtime / compiler / msvc.vim
blob99fd35eb181c02a628de84a0912dd89f48876097
1 " Vim compiler file
2 " Compiler:     Miscrosoft Visual C
3 " Maintainer:   Bram Moolenaar <Bram@vim.org>
4 " Last Change:  2005 Nov 30
6 if exists("current_compiler")
7   finish
8 endif
9 let current_compiler = "msvc"
11 " The errorformat for MSVC is the default.
12 CompilerSet errorformat&
13 CompilerSet makeprg=nmake