]> granicus.if.org Git - vim/commit
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window v8.1.0050
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Jun 2018 18:25:52 +0000 (20:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Jun 2018 18:25:52 +0000 (20:25 +0200)
commit493359eb3b10377d5c3524e91d911809b8ac7a76
tree9fbef20dacb5f09982441ec052fa872943bfaa20
parentd7a137fb0d980545dd567bee9c24cf7b9c3a2eae
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window

Problem:    $VIM_TERMINAL is also set when not in a terminal window.
Solution:   Pass a flag to indicate whether the job runs in a terminal.
src/channel.c
src/evalfunc.c
src/os_unix.c
src/os_win32.c
src/proto/channel.pro
src/proto/os_unix.pro
src/terminal.c
src/version.c