view runtime/compiler/msvc.vim @ 17597:bdb0cb436806

Added tag v8.1.1795 for changeset 892b4ea3bad659b17ff981a86b5d4d50e827c21f
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 13:30:08 +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