1
0
forked from aniani/vim

patch 8.0.0884: can't specify the wait time for term_wait()

Problem:    Can't specify the wait time for term_wait().
Solution:   Add an otional second argument.
This commit is contained in:
Bram Moolenaar
2017-08-06 19:07:08 +02:00
parent 1c864093f9
commit f3402b1b7f
4 changed files with 13 additions and 7 deletions

View File

@@ -843,7 +843,7 @@ static struct fst
{"term_scrape", 2, 2, f_term_scrape},
{"term_sendkeys", 2, 2, f_term_sendkeys},
{"term_start", 1, 2, f_term_start},
{"term_wait", 1, 1, f_term_wait},
{"term_wait", 1, 2, f_term_wait},
#endif
{"test_alloc_fail", 3, 3, f_test_alloc_fail},
{"test_autochdir", 0, 0, f_test_autochdir},