1" Vim compiler file 2" Compiler: tcl 3" Maintainer: Doug Kearns <[email protected]> 4" Last Change: 2004 Nov 27 5 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%.%# 18