commit | d7a137fb0d980545dd567bee9c24cf7b9c3a2eae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 18:05:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 18:05:24 2018 +0200 |
tree | cc2884017b1e6e84213aa458a8fd28560de2ab24 | |
parent | 07ccf7ce7fb948fd4d080b817e9fbaea9e721dab [diff] [blame] |
patch 8.1.0049: shell cannot tell running in a terminal window Problem: Shell cannot tell running in a terminal window. Solution: Add the VIM_TERMINAL environment variable. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index fc68f8e..770eea8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 49, +/**/ 48, /**/ 47,