commit | 28e60cc088cadd25afb69ee636f0e2e34233ba4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 20:32:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 20:32:00 2022 +0000 |
tree | 91411940fc4d481986c843cc351f83bdcba32512 | |
parent | 47bcc5f4c83c158f43ac2ea7abfe99dbf5c2e098 [diff] [blame] |
patch 8.2.4185: cannot use an import in 'indentexpr' Problem: Cannot use an import in 'indentexpr'. Solution: Set the script context when evaluating 'indentexpr'
diff --git a/src/version.c b/src/version.c index c4a690c..9571473 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4185, +/**/ 4184, /**/ 4183,