Mercurial > vim
view runtime/compiler/msvc.vim @ 367:7a6160fd08f7
updated for version 7.0095
author | vimboss |
---|---|
date | Mon, 27 Jun 2005 22:29:54 +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