Mercurial > vim
view runtime/compiler/msvc.vim @ 13277:99fc5a0fd96c
Added tag v8.0.1512 for changeset 6958e700a4582ecde965494c723f832bfb09f21c
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 13 Feb 2018 13:15:06 +0100 |
parents | bd18da914be9 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim compiler file " Compiler: Microsoft Visual C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2014 Sep 20 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. CompilerSet errorformat& CompilerSet makeprg=nmake