1
0
forked from aniani/vim

patch 8.0.0882: term_scrape() and term_getline() require two arguments

Problem:    term_scrape() and term_getline() require two arguments but it is
            not enforced.
Solution:   Correct minimal number of arguments. (Hirohito Higashi)  Update
            documentation. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2017-08-06 17:53:31 +02:00
parent e16b00a158
commit 4535654246
3 changed files with 29 additions and 12 deletions

View File

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