tcl.vim 294 B

1234567891011121314
  1. " Vim compiler file
  2. " Compiler: tcl
  3. " Maintainer: Doug Kearns <dougkearns@gmail.com>
  4. " Last Change: 2024 Apr 03
  5. if exists("current_compiler")
  6. finish
  7. endif
  8. let current_compiler = "tcl"
  9. CompilerSet makeprg=tcl
  10. CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#