view runtime/compiler/msvc.vim @ 13820:2e78af0dc866

Added tag v8.0.1781 for changeset 31bb8e1f7625315f1448846b56a22ec687f1c001
author Christian Brabandt <cb@256bit.org>
date Tue, 01 May 2018 14:45:06 +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