msvc.vim 293 B

1234567891011121314
  1. " Vim compiler file
  2. " Compiler: Microsoft Visual C
  3. " Maintainer: Bram Moolenaar <Bram@vim.org>
  4. " Last Change: 2014 Sep 20
  5. if exists("current_compiler")
  6. finish
  7. endif
  8. let current_compiler = "msvc"
  9. " The errorformat for MSVC is the default.
  10. CompilerSet errorformat&
  11. CompilerSet makeprg=nmake