summaryrefslogtreecommitdiffstats
path: root/runtime/doc/term.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-26 17:53:44 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-26 17:53:44 +0100
commit2ee347fbc0619179fefb9933e9bb1165463507b3 (patch)
tree9c66f20830efdc90cb227601caa725a2e2cf56f6 /runtime/doc/term.txt
parent5416232707349d5f24294178f47544f2024b73ed (diff)
patch 9.0.0280: the builtin termcap list depends on the versionv9.0.0280
Problem: The builtin termcap list depends on the version. Solution: Always include all termcap entries. Remove duplicate lines.
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r--runtime/doc/term.txt13
1 files changed, 4 insertions, 9 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index 35cc02bdab..ae38366ff7 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -43,15 +43,10 @@ On non-Unix systems a termcap is only available if Vim was compiled with
TERMCAP defined.
*builtin-terms* *builtin_terms*
-Which builtin terminals are available depends on a few defines in feature.h,
-which need to be set at compile time:
- define output of ":version" terminals builtin ~
-NO_BUILTIN_TCAPS -builtin_terms none
-SOME_BUILTIN_TCAPS +builtin_terms most common ones (default)
-ALL_BUILTIN_TCAPS ++builtin_terms all available
-
-You can see a list of available builtin terminals with ":set term=xxx" (when
-not running the GUI). Also see |+builtin_terms|.
+A number of builtin terminals are available. Since patch 9.0.0280 there is no
+difference between Vim versions. You can see a list of available builtin
+terminals in the error message you get for `:set term=xxx` (when not running
+the GUI). Also see |+builtin_terms|.
If the termcap code is included Vim will try to get the strings for the
terminal you are using from the termcap file and the builtin termcaps. Both