commit | 6809ff978a5c5b798952db9fa663df9e1776f3ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 15:10:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 15:10:56 2022 +0100 |
tree | b0821fea1f29dbcc37110b62234ac8c2fda045b5 | |
parent | 559f230fd618e51d7986d87217ff38a2eac73cef [diff] [blame] |
patch 9.0.0079: error in autoload script not reported for 'foldexpr' Problem: Error in autoload script not reported for 'foldexpr'. Solution: Reset "emsg_off" when auto-loading a script. (closes #10685)
diff --git a/src/version.c b/src/version.c index a7fe96c..bd75074 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 79, +/**/ 78, /**/ 77,