commit | 6e72cd0d7267b9545ef966a53e62706914a96042 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 14 21:31:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 14 21:31:35 2018 +0200 |
tree | 1989d2ede9c089a7bc22905026bb76ca767d2eb7 | |
parent | b3623a382abc8f8e2bcfba4c1a2aa06b7578eb8d [diff] [blame] |
patch 8.0.1714: term_setsize() does not give an error in a normal buffer Problem: Term_setsize() does not give an error in a normal buffer. Solution: Add an error message.
diff --git a/src/version.c b/src/version.c index b76ccf4..76596f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1714, +/**/ 1713, /**/ 1712,