Mercurial > vim
view runtime/compiler/neato.vim @ 19445:6e27e1ffa2a6 v8.2.0280
patch 8.2.0280: Vim9: throw in :def function not caught higher up
Commit: https://github.com/vim/vim/commit/257cc5ee9593cd0653beca8b5945dc7fbf7f2d8d
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 19 17:06:11 2020 +0100
patch 8.2.0280: Vim9: throw in :def function not caught higher up
Problem: Vim9: throw in :def function not caught higher up.
Solution: Set "need_rethrow".
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 19 Feb 2020 17:15:03 +0100 |
parents | 3fc0f57ecb91 |
children | 80a9b43d299b |
line wrap: on
line source
" Vim compiler file " Compiler: ATT neato " Maintainer: Marcos Macedo <bar4ka@bol.com.br> " Last Change: 2004 May 16 if exists("current_compiler") finish endif let current_compiler = "neato" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=neato\ -T$*\ \"%:p\"\ -o\ \"%:p:r.$*\"