Shell File Manager

Current Path : /usr/share/vim/vim74/compiler/
Upload File :
Current File : //usr/share/vim/vim74/compiler/tcl.vim

" Vim compiler file
" Compiler:	tcl
" Maintainer:	Doug Kearns <[email protected]>
" Last Change:	2004 Nov 27

if exists("current_compiler")
  finish
endif
let current_compiler = "tcl"

if exists(":CompilerSet") != 2		" older Vim always used :setlocal
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=tcl

CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#

Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]