summaryrefslogtreecommitdiffstats
path: root/runtime/doc/builtin.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/builtin.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/builtin.txt')
-rw-r--r--runtime/doc/builtin.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 15af01fbbf..7aae8a0f6d 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -10491,7 +10491,8 @@ use: `if exists('+shellslash')`
acl Compiled with |ACL| support.
-all_builtin_terms Compiled with all builtin terminals enabled.
+all_builtin_terms Compiled with all builtin terminals enabled. (always
+ true)
amiga Amiga version of Vim.
arabic Compiled with Arabic support |Arabic|.
arp Compiled with ARP support (Amiga).
@@ -10505,7 +10506,7 @@ browse Compiled with |:browse| support, and browse() will
work.
browsefilter Compiled with support for |browsefilter|.
bsd Compiled on an OS in the BSD family (excluding macOS).
-builtin_terms Compiled with some builtin terminals.
+builtin_terms Compiled with some builtin terminals. (always true)
byte_offset Compiled with support for 'o' in 'statusline'
channel Compiled with support for |channel| and |job|
cindent Compiled with 'cindent' support. (always true)