From 029f72b1a93430b24b88eb3a72c6114d9f149737 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:09:20 +0200 Subject: Adding upstream version 2:9.1.0016. Signed-off-by: Daniel Baumann --- runtime/compiler/tcl.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 runtime/compiler/tcl.vim (limited to 'runtime/compiler/tcl.vim') diff --git a/runtime/compiler/tcl.vim b/runtime/compiler/tcl.vim new file mode 100644 index 0000000..81af185 --- /dev/null +++ b/runtime/compiler/tcl.vim @@ -0,0 +1,17 @@ +" Vim compiler file +" Compiler: tcl +" Maintainer: Doug Kearns +" 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 +endif + +CompilerSet makeprg=tcl + +CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%# -- cgit v1.2.3