commit | 5600a709f453045c80f92087acc0f855b4af377a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 15:09:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 15:09:36 2022 +0000 |
tree | 7a5d7a0ea30f2167bf7a1fd68a93d6c9570c3e6c | |
parent | 9530b580a7b71960dbbdb2b12a3aafeb540bd135 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 86eb140..88d32ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4180, +/**/ 4179, /**/ 4178,