0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.0055

Problem:    Minor comment and style deficiencies.
Solution:   Update comments and fix style.
This commit is contained in:
Bram Moolenaar
2016-10-30 21:57:52 +01:00
parent b4ada79aa7
commit 3a117e19e0
4 changed files with 11 additions and 3 deletions

View File

@@ -5390,6 +5390,10 @@ mch_detect_ended_job(job_T *job_list)
return NULL;
}
/*
* Send a (deadly) signal to "job".
* Return FAIL if "how" is not a valid name.
*/
int
mch_stop_job(job_T *job, char_u *how)
{