mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 7.4.1274
Problem: Cannot run a job. Solution: Add job_start(), job_status() and job_stop(). Currently only works for Unix.
This commit is contained in:
@@ -289,6 +289,11 @@ static char *(features[]) =
|
||||
#else
|
||||
"-insert_expand",
|
||||
#endif
|
||||
#ifdef FEAT_JOB
|
||||
"+job",
|
||||
#else
|
||||
"-job",
|
||||
#endif
|
||||
#ifdef FEAT_JUMPLIST
|
||||
"+jumplist",
|
||||
#else
|
||||
@@ -742,6 +747,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1274,
|
||||
/**/
|
||||
1273,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user