commit | 9530b580a7b71960dbbdb2b12a3aafeb540bd135 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 13:39:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 13:39:08 2022 +0000 |
tree | 5e169ea9710cf9d3e1f9dade5ff223c2850a7d59 | |
parent | 0bfa84916d110d4f4d863e91e144ff05ba431316 [diff] [blame] |
patch 8.2.4179: 'foldtext' is evaluated in the current script context Problem: 'foldtext' 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 f273a15..86eb140 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4179, +/**/ 4178, /**/ 4177,