commit | 3b309f11db7904efcae0177c2825597042c07427 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 18:19:55 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 18:19:55 2021 +0000 |
tree | b48818c5f228e2c113380459785db3c81973aeb3 | |
parent | 1e78deb0779bc403a914712f0842a65d2949dfdf [diff] [blame] |
patch 8.2.3798: a :def callback function postpones an error message Problem: A :def callback function postpones an error message. Solution: Display the error after calling the function. (closes #9340)
diff --git a/src/version.c b/src/version.c index 15f0658..edb1fbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3798, +/**/ 3797, /**/ 3796,