commit | e2a8f0773e91685843c062b1e48259712d5f2213 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 19:32:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 19:32:18 2020 +0100 |
tree | b661b7284f61ee607bbb0a2576b398ddb86fc13b | |
parent | da292b07afb7ea5ec9f4b43a7326551922e29f3a [diff] [blame] |
patch 8.2.0103: using null object with execute() has strange effects Problem: Using null object with execute() has strange effects. Solution: Give an error message ofr Job and Channel.
diff --git a/src/version.c b/src/version.c index a02b198..54104eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 103, +/**/ 102, /**/ 101,