blob: 1e6d1f39e1440d795ef00dde8d8517b1259278bc [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>
Doug Kearns408281e2024-04-04 22:00:58 +02004" Last Change: 2024 Apr 03
Bram Moolenaar071d4272004-06-13 20:20:40 +00005
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "tcl"
10
Bram Moolenaar071d4272004-06-13 20:20:40 +000011CompilerSet makeprg=tcl
12
13CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#