commit | d8b37a53bd29cab78c6997aa75207385213f23e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 15:50:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 15:50:28 2018 +0200 |
tree | b474a183419437e338fcb2d85cf026a24ed530d7 | |
parent | b0eb14f9392a8d95045182c4e520530319ce44c2 [diff] [blame] |
patch 8.1.0124: has('vcon') returns true even for non-win32 terminal Problem: has('vcon') returns true even for non-win32 terminal. Solution: Check the terminal type. (Nobuhiro Takasaki, closes #3106)
diff --git a/src/version.c b/src/version.c index a2780f4..86e24fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 124, +/**/ 123, /**/ 122,