0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1859

Problem:    Cannot use a function reference for "exit_cb".
Solution:   Use get_callback(). (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2016-05-29 16:44:26 +02:00
parent b127cfd75f
commit ef3abc6442
3 changed files with 16 additions and 20 deletions

View File

@@ -1529,7 +1529,6 @@ typedef struct
int jo_id;
char_u jo_soe_buf[NUMBUFLEN];
char_u *jo_stoponexit;
char_u jo_ecb_buf[NUMBUFLEN];
} jobopt_T;