Changeset 3827fcf6 for appendices

Timestamp:
02/23/2024 03:47:06 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
28bb09c0, bd003a8
Parents:
109afb2
Message:

vim: Set TERM=xterm-256color for test

I spent some time investigating the difference of vim test results from
different editors. It turns out the value of TERM can affect the test
results in a deterministic way: when TERM=xterm-256color all tests pass,
when TERM=linux one test fails, and when TERM=vt100 20+ tests fail.

As we are redirecting the output to a file, the actual type of the
terminal does not matter and we can just specify a value known to work.

(No files)

Note: See TracChangeset for help on using the changeset viewer.