From 5b77877888162f4e415fe9a7b8c5e9fb5dfb6ee1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:43:42 +0200 Subject: Add syntax files from upstream vim repository --- compiler/msvc.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 compiler/msvc.vim (limited to 'compiler/msvc.vim') diff --git a/compiler/msvc.vim b/compiler/msvc.vim new file mode 100644 index 00000000..5e630cf2 --- /dev/null +++ b/compiler/msvc.vim @@ -0,0 +1,17 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 + +" Vim compiler file +" Compiler: Microsoft Visual C +" Maintainer: Bram Moolenaar +" 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 + +endif -- cgit v1.2.3