commit | 5a3a49ed592e8300553590392721a5e55fede6e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 18:35:53 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 18:35:53 2018 +0100 |
tree | 558e38d4b8074ebe9721b3cc2cbf93539087cb0b | |
parent | 3e8d385347b23b2925d1b8ca64b78764d37f21fe [diff] [blame] |
patch 8.0.1624: options for term_dumpdiff() and term_dumpload() not implemented Problem: Options for term_dumpdiff() and term_dumpload() not implemented yet. Solution: Implement the relevant options.
diff --git a/src/version.c b/src/version.c index e647c9b..bc0cff3 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1624, +/**/ 1623, /**/ 1622,