Mercurial > vim
view runtime/compiler/msvc.vim @ 18:293621502c4d v7.0010
updated for version 7.0010
author | vimboss |
---|---|
date | Sun, 18 Jul 2004 21:34:53 +0000 |
parents | 3fc0f57ecb91 |
children | 028158b1362b |
line wrap: on
line source
" Vim compiler file " Compiler: Miscrosoft Visual C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2004 Mar 19 if exists("current_compiler") finish endif let current_compiler = "msvc" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif " The errorformat for MSVC is the default. CompilerSet errorformat& CompilerSet makeprg=nmake