comparison runtime/compiler/cs.vim @ 17571:2704c4e3e20a

Update runtime files. commit https://github.com/vim/vim/commit/5477506a9f01d40fad2e8f0555bc37adee30478f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 31 21:07:14 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 Jul 2019 21:15:08 +0200
parents d1e4abe8342c
children e1df51f68736
comparison
equal deleted inserted replaced
17570:74bf9a7da416 17571:2704c4e3e20a
1 " Vim compiler file 1 " Vim compiler file
2 " Compiler: Microsoft Visual Studio C# 2 " Compiler: Microsoft Visual Studio C#
3 " Maintainer: Zhou YiChao (broken.zhou@gmail.com) 3 " Maintainer: Yichao Zhou (broken.zhou@gmail.com)
4 " Previous Maintainer: Joseph H. Yao (hyao@sina.com) 4 " Previous Maintainer: Joseph H. Yao (hyao@sina.com)
5 " Last Change: 2012 Apr 30 5 " Last Change: Jul 22, 2019
6 6
7 if exists("current_compiler") 7 if exists("current_compiler")
8 finish 8 finish
9 endif 9 endif
10 let current_compiler = "cs" 10 let current_compiler = "cs"
18 CompilerSet errorformat& 18 CompilerSet errorformat&
19 CompilerSet errorformat+=%f(%l\\,%v):\ %t%*[^:]:\ %m, 19 CompilerSet errorformat+=%f(%l\\,%v):\ %t%*[^:]:\ %m,
20 \%trror%*[^:]:\ %m, 20 \%trror%*[^:]:\ %m,
21 \%tarning%*[^:]:\ %m 21 \%tarning%*[^:]:\ %m
22 22
23 CompilerSet makeprg=csc\ % 23 CompilerSet makeprg=csc\ %:S
24 24
25 let &cpo = s:keepcpo 25 let &cpo = s:keepcpo
26 unlet s:keepcpo 26 unlet s:keepcpo