Mercurial > vim
view runtime/compiler/tcl.vim @ 15213:c0eb9a74f73d v8.1.0616
patch 8.1.0616: NSIS installer is outdated
commit https://github.com/vim/vim/commit/af610b8e66a7fefcb8db07ee65686f51e1cb288a
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 21 16:22:50 2018 +0100
patch 8.1.0616: NSIS installer is outdated
Problem: NSIS installer is outdated.
Solution: Use modern syntax, MUI2 and make it work better. Add translations.
(Ken Takata, closes #3501)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 21 Dec 2018 16:30:05 +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%.%#