]> granicus.if.org Git - vim/commit
patch 9.0.0899: the builtin terminals are in one long list v9.0.0899
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Nov 2022 22:05:12 +0000 (22:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Nov 2022 22:05:12 +0000 (22:05 +0000)
commit4654d63dec03650825875006c06bb0b0ae43283f
tree7b71376d5911e3a4d9a22724e320b4761f690eaa
parent75ac25b4967cdcdfdf2d6c086a6e2308868c280a
patch 9.0.0899: the builtin terminals are in one long list

Problem:    The builtin terminals are in one long list.
Solution:   Refactor into multiple lists and an index of the lists.
src/term.c
src/testdir/test_termcodes.vim
src/version.c