1
0
forked from aniani/vim

patch 8.1.0618: term_getjob() does not return v:null as documented

Problem:    term_getjob() does not return v:null as documented.
Solution:   Do return v:null. (Damien)  Add a test.
This commit is contained in:
Bram Moolenaar
2018-12-21 20:55:22 +01:00
parent 1916673a16
commit 528ccfbaa1
3 changed files with 12 additions and 2 deletions

View File

@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
618,
/**/
617,
/**/