Mercurial > vim
view runtime/compiler/msvc.vim @ 404:cf83dacfa25f v7.0105
updated for version 7.0105
author | vimboss |
---|---|
date | Fri, 08 Jul 2005 22:31:03 +0000 |
parents | 028158b1362b |
children | 2244be18d9e9 |
line wrap: on
line source
" Vim compiler file " Compiler: Miscrosoft Visual C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2005 Jun 22 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. setlocal errorformat& setlocal makeprg=nmake