0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

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.
This commit is contained in:
Bram Moolenaar
2020-03-01 15:36:42 +01:00
parent fbdd08ed9b
commit 087d2e1518
5 changed files with 47 additions and 9 deletions

View File

@@ -215,6 +215,7 @@ typedef struct {
#endif
channel_T *channel;
job_T *job;
partial_T *partial;
jump_T jump;
forloop_T forloop;
try_T try;