view runtime/compiler/tcl.vim @ 12976:1a4d7b63c490

Added tag v8.0.1363 for changeset e311187347c151f04af9cd3a39641bfd1b5e105d
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Dec 2017 15:15:06 +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%.%#