commit | f3402b1b7f72d08e0357196902cce972b639bfd7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 19:07:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 19:07:08 2017 +0200 |
tree | c6dbed8b918d2664e460e05e482b4e02aeb9aac7 | |
parent | 1c864093f93b0066de25d6c0ddf03a6bc6b1c870 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e6bcfb5..e318114 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 884, +/**/ 883, /**/ 882,