]> granicus.if.org Git - vim/commit
patch 8.1.0124: has('vcon') returns true even for non-win32 terminal v8.1.0124
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jun 2018 13:50:28 +0000 (15:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jun 2018 13:50:28 +0000 (15:50 +0200)
commitd8b37a53bd29cab78c6997aa75207385213f23e2
treeb474a183419437e338fcb2d85cf026a24ed530d7
parentb0eb14f9392a8d95045182c4e520530319ce44c2
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)
src/evalfunc.c
src/version.c