commit | 91c75d18d9cdc32df57e648640de7476fbcb4d76 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Nov 05 20:21:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 20:21:58 2022 +0000 |
tree | 9fa0460b1c499a272b85c5613b5c546f2ff37c93 | |
parent | 845bbb72ed2da4b5fb2a503d91cfd6435df2f584 [diff] [blame] |
patch 9.0.0836: wrong error when using extend() with funcref Problem: Wrong error when using extend() with funcref. Solution: Better check the variable type. (closes #11468, closes #11455)
diff --git a/src/version.c b/src/version.c index 755cd09..2694639 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 836, +/**/ 835, /**/ 834,