mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1380
Problem: The job exit callback is not implemented. Solution: Add the "exit-cb" option.
This commit is contained in:
@@ -317,6 +317,6 @@
|
||||
# define PLINES_NOFILL(x) plines(x)
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_CHANNEL) || defined(FEAT_CLIENTSERVER)
|
||||
#if defined(FEAT_CHANNEL) || defined(FEAT_JOB) || defined(FEAT_CLIENTSERVER)
|
||||
# define MESSAGE_QUEUE
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user