summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-12 18:05:24 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-12 18:05:24 +0200
commitd7a137fb0d980545dd567bee9c24cf7b9c3a2eae (patch)
treecc2884017b1e6e84213aa458a8fd28560de2ab24 /runtime
parent07ccf7ce7fb948fd4d080b817e9fbaea9e721dab (diff)
patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049
Problem: Shell cannot tell running in a terminal window. Solution: Add the VIM_TERMINAL environment variable. (Christian Brabandt)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/terminal.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index b3fe522864..e4cca34438 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -376,6 +376,7 @@ Environment variables are used to pass information to the running job:
COLUMNS number of columns in the terminal initially
COLORS number of colors, 't_Co' (256*256*256 in the GUI)
VIM_SERVERNAME v:servername
+ VIM_TERMINAL v:version
MS-Windows ~