commit | c6df10e5d33ffab2c392626e285317ea8241ebff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 20:15:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 20:15:08 2017 +0200 |
tree | b8575224551ff6774d6eaaa2a716aede712967fb | |
parent | 70229f951f00cdcff790f2e70b0b0a601202e9e7 [diff] [blame] |
patch 8.0.0804: terminal window functions not yet implemented Problem: Terminal window functions not yet implemented. Solution: Implement several functions. Add a first test. (Yasuhiro Matsumoto, closes #1871)
diff --git a/src/version.c b/src/version.c index 44ae124..86e8cc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 803, +/**/ 802, /**/ 801,