comparison 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
comparison
equal deleted inserted replaced
29882:5454d999bbd4 29883:1342ee83ab97
10489 Hint: To find out if Vim supports backslashes in a file name (MS-Windows), 10489 Hint: To find out if Vim supports backslashes in a file name (MS-Windows),
10490 use: `if exists('+shellslash')` 10490 use: `if exists('+shellslash')`
10491 10491
10492 10492
10493 acl Compiled with |ACL| support. 10493 acl Compiled with |ACL| support.
10494 all_builtin_terms Compiled with all builtin terminals enabled. 10494 all_builtin_terms Compiled with all builtin terminals enabled. (always
10495 true)
10495 amiga Amiga version of Vim. 10496 amiga Amiga version of Vim.
10496 arabic Compiled with Arabic support |Arabic|. 10497 arabic Compiled with Arabic support |Arabic|.
10497 arp Compiled with ARP support (Amiga). 10498 arp Compiled with ARP support (Amiga).
10498 autocmd Compiled with autocommand support. (always true) 10499 autocmd Compiled with autocommand support. (always true)
10499 autochdir Compiled with support for 'autochdir' 10500 autochdir Compiled with support for 'autochdir'
10503 beos BeOS version of Vim. 10504 beos BeOS version of Vim.
10504 browse Compiled with |:browse| support, and browse() will 10505 browse Compiled with |:browse| support, and browse() will
10505 work. 10506 work.
10506 browsefilter Compiled with support for |browsefilter|. 10507 browsefilter Compiled with support for |browsefilter|.
10507 bsd Compiled on an OS in the BSD family (excluding macOS). 10508 bsd Compiled on an OS in the BSD family (excluding macOS).
10508 builtin_terms Compiled with some builtin terminals. 10509 builtin_terms Compiled with some builtin terminals. (always true)
10509 byte_offset Compiled with support for 'o' in 'statusline' 10510 byte_offset Compiled with support for 'o' in 'statusline'
10510 channel Compiled with support for |channel| and |job| 10511 channel Compiled with support for |channel| and |job|
10511 cindent Compiled with 'cindent' support. (always true) 10512 cindent Compiled with 'cindent' support. (always true)
10512 clientserver Compiled with remote invocation support |clientserver|. 10513 clientserver Compiled with remote invocation support |clientserver|.
10513 clipboard Compiled with 'clipboard' support. 10514 clipboard Compiled with 'clipboard' support.