commit | 7b29f6a3949743914f08410b6f6bd6237c2f2038 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 17:58:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 17:58:13 2022 +0000 |
tree | 21b717dfe0bc0e3696c7e089381845e27c2ed62c | |
parent | 5600a709f453045c80f92087acc0f855b4af377a [diff] [blame] |
patch 8.2.4181: Vim9: cannot use an import in 'diffexpr' Problem: Vim9: cannot use an import in 'diffexpr'. Solution: Set the script context when evaluating 'diffexpr'. Do not require 'diffexpr' to return a bool, it was ignored anyway.
diff --git a/src/version.c b/src/version.c index 88d32ff..cc5c101 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4181, +/**/ 4180, /**/ 4179,