home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / compiler / msvc.vim < prev    next >
Encoding:
Text File  |  2010-08-15  |  307 b   |  14 lines

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