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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user