blob: 7ba0b609fc913138d62f016369eabcd003bfd8d7 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
Bram Moolenaar8e5af3e2011-04-28 19:02:44 +02002" Compiler: Microsoft Visual Studio C#
3" Maintainer: Zhou YiChao (broken.zhou@gmail.com)
4" Previous Maintainer: Joseph H. Yao (hyao@sina.com)
5" Last Change: 2011 Apr 21
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "cs"
11
12if exists(":CompilerSet") != 2 " older Vim always used :setlocal
13 command -nargs=* CompilerSet setlocal <args>
14endif
15
Bram Moolenaar071d4272004-06-13 20:20:40 +000016CompilerSet errorformat&
Bram Moolenaar8e5af3e2011-04-28 19:02:44 +020017CompilerSet errorformat+=%f(%l\\,%v):\ %t%*[^:]:\ %m,
18 \%trror%*[^:]:\ %m,
19 \%tarning%*[^:]:\ %m
Bram Moolenaar071d4272004-06-13 20:20:40 +000020
Bram Moolenaar071d4272004-06-13 20:20:40 +000021CompilerSet makeprg=csc\ %