commit | 493359eb3b10377d5c3524e91d911809b8ac7a76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 20:25:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 20:25:52 2018 +0200 |
tree | 9fbef20dacb5f09982441ec052fa872943bfaa20 | |
parent | d7a137fb0d980545dd567bee9c24cf7b9c3a2eae [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 770eea8..29cb801 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 50, +/**/ 49, /**/ 48,