view runtime/compiler/msvc.vim @ 27679:3d939fced94d

Added tag v8.2.4365 for changeset 1646525507aaabc8bb9f4e4c7ffa14caf701a630
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 23:15:03 +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