Mercurial > vim
view runtime/compiler/msvc.vim @ 13749:f30ac8135299
Added tag v8.0.1746 for changeset e5244201fed6cab2fa9779a02e2121e685130322
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 21 Apr 2018 23:15:07 +0200 |
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