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 / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / runtime / compiler / msvc.vim < prev    next >
Encoding:
Text File  |  2001-09-24  |  288 b   |  14 lines

  1. " Vim compiler file
  2. " Compiler:    Miscrosoft Visual C
  3. " Maintainer:    Bram Moolenaar <Bram@vim.org>
  4. " Last Change:    2001 Sep 24
  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. setlocal errorformat&
  13. setlocal makeprg=nmake
  14.