commit | 69e056915c4145b7b64c60963797692a5b293561 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 14:11:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 14:11:52 2018 +0200 |
tree | bcbc5410e82d04c07301b621946199c673f037c6 | |
parent | 39de95257714b76ccd845d081cff57830a79b488 [diff] [blame] |
patch 8.0.1807: function to set terminal name is too long Problem: Function to set terminal name is too long. Solution: Refactor the function. Fix typo in test.
diff --git a/src/version.c b/src/version.c index 5ebf701..147f4ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1807, +/**/ 1806, /**/ 1805,