diff runtime/doc/builtin.txt @ 29883:1342ee83ab97 v9.0.0280

patch 9.0.0280: the builtin termcap list depends on the version Commit: https://github.com/vim/vim/commit/2ee347fbc0619179fefb9933e9bb1165463507b3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 17:53:44 2022 +0100 patch 9.0.0280: the builtin termcap list depends on the version Problem: The builtin termcap list depends on the version. Solution: Always include all termcap entries. Remove duplicate lines.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 19:00:07 +0200
parents 8dca33bca038
children d8fc1effa724
line wrap: on
line diff
--- 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
 			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)