mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1437: code to handle callbacks is duplicated
Problem: Code to handle callbacks is duplicated. Solution: Add callback_T and functions to deal with it.
This commit is contained in:
@@ -862,7 +862,7 @@ free_buffer(buf_T *buf)
|
||||
#endif
|
||||
#ifdef FEAT_JOB_CHANNEL
|
||||
vim_free(buf->b_prompt_text);
|
||||
free_callback(buf->b_prompt_callback, buf->b_prompt_partial);
|
||||
free_callback(&buf->b_prompt_callback);
|
||||
#endif
|
||||
|
||||
buf_hashtab_remove(buf);
|
||||
|
Reference in New Issue
Block a user