commit | 4945219b99f8e191c599f80dedc0c4be02ed821e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 16:27:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 16:27:02 2019 +0200 |
tree | 09cbe96bacfa561bf669a205e474abdb7da8a930 | |
parent | 1a4dce7cad4af4de347853aad6d671da2df662ad [diff] [blame] |
patch 8.1.1178: when mouse click tests fails value of 'ttytype' is unknown Problem: When mouse click tests fails value of 'ttytype' is unknown. Solution: Add a message to the assert.
diff --git a/src/version.c b/src/version.c index 939f378..585f2fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1178, +/**/ 1177, /**/ 1176,