msvc.vim 427 B

12345678910111213141516
  1. " Vim compiler file
  2. " Compiler: Microsoft Visual C
  3. " Maintainer: The Vim Project <https://github.com/vim/vim>
  4. " Last Change: 2023 Aug 10
  5. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  6. " Former Maintainer: Bram Moolenaar <Bram@vim.org>
  7. if exists("current_compiler")
  8. finish
  9. endif
  10. let current_compiler = "msvc"
  11. " The errorformat for MSVC is the default.
  12. CompilerSet errorformat&
  13. CompilerSet makeprg=nmake