Mercurial > vim
view runtime/compiler/fpc.vim @ 27303:9e0ac05f579a v8.2.4180
patch 8.2.4180: 'balloonexpr' is evaluated in the current script context
Commit: https://github.com/vim/vim/commit/5600a709f453045c80f92087acc0f855b4af377a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 22 15:09:36 2022 +0000
patch 8.2.4180: 'balloonexpr' is evaluated in the current script context
Problem: 'balloonexpr' is evaluated in the current script context.
Solution: Use the script context where the option was set.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 22 Jan 2022 16:15:02 +0100 |
parents | 11b656e74444 |
children | e1df51f68736 |
line wrap: on
line source
" Vim compiler file " Compiler: FPC 2.1 " Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl> " Last Change: 2005 October 07 if exists("current_compiler") finish endif let current_compiler = "fpc" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif " NOTE: compiler must be run with -vb to write whole source path, not only file " name. CompilerSet errorformat=%f(%l\\,%c)\ %m