commit | 1328bde9d406aa1292e92673fa8a026889424e79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 20:51:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 20:51:38 2021 +0200 |
tree | a0415264993e4c6bc6ecf5d982aa20032b5d5af4 | |
parent | c6d71532dda0b3a244907bb5d1826f9340f7571d [diff] [blame] |
patch 8.2.2944: Vim9: no error when using job or channel as a string Problem: Vim9: no error when using job or channel as a string. Solution: Be more strict about conversion to string. (closes #8312)
diff --git a/src/version.c b/src/version.c index 87bc2a0..b729c99 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2944, +/**/ 2943, /**/ 2942,