Mercurial > vim
view runtime/compiler/tcl.vim @ 22038:66bf9f157c04
Added tag v8.2.1568 for changeset 35c8996a798e81db42fac0db7b914ce3faa952ab
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Sep 2020 20:00:05 +0200 |
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%.%#