commit | 087d2e15184bea3bf455dd266bd6ed66a45396e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 15:36:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 15:36:42 2020 +0100 |
tree | 0e3c177d7533986e7192ab251a5f87bf640b68b9 | |
parent | fbdd08ed9b1798885915c7f27c94786906d258e4 [diff] [blame] |
patch 8.2.0340: Vim9: function and partial types not tested Problem: Vim9: function and partial types not tested. Solution: Support more for partial, add tests.
diff --git a/src/vim9.h b/src/vim9.h index 3a09c0f..35d34e3 100644 --- a/src/vim9.h +++ b/src/vim9.h
@@ -215,6 +215,7 @@ #endif channel_T *channel; job_T *job; + partial_T *partial; jump_T jump; forloop_T forloop; try_T try;