view runtime/compiler/tcl.vim @ 23943:b36d1a3ba39b

Added tag v8.2.2513 for changeset 39cf2d8e7edf0a23ea09e4ac4c63de6b207da3f1
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 13:45:03 +0100
parents f7add3891e95
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:	tcl
" Maintainer:	Doug Kearns <dougkearns@gmail.com>
" 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%.%#