" Vim compiler file " Compiler: tcl " Maintainer: Doug Kearns " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/tcl.vim " Last Change: 2003 Sep 25 if exists("current_compiler") finish endif let current_compiler = "tcl" setlocal makeprg=tcl setlocal errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#