blob: 81af185f5ee9251753d1032381560ac7249ac5c8 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
2" Compiler: tcl
Bram Moolenaardd007ed2013-07-09 15:44:17 +02003" Maintainer: Doug Kearns <dougkearns@gmail.com>
Bram Moolenaar293ee4d2004-12-09 21:34:53 +00004" Last Change: 2004 Nov 27
Bram Moolenaar071d4272004-06-13 20:20:40 +00005
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "tcl"
10
11if exists(":CompilerSet") != 2 " older Vim always used :setlocal
12 command -nargs=* CompilerSet setlocal <args>
13endif
14
15CompilerSet makeprg=tcl
16
17CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#