]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0280: the builtin termcap list depends on the version v9.0.0280
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2022 16:53:44 +0000 (17:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2022 16:53:44 +0000 (17:53 +0100)
commit2ee347fbc0619179fefb9933e9bb1165463507b3
tree9c66f20830efdc90cb227601caa725a2e2cf56f6
parent5416232707349d5f24294178f47544f2024b73ed
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.
runtime/doc/builtin.txt
runtime/doc/term.txt
runtime/doc/various.txt
src/evalfunc.c
src/feature.h
src/term.c
src/version.c