Mercurial > vim
view src/protodef.h @ 35085:9868a8818e01 v9.1.0384
patch 9.1.0384: tests: vt420 terminfo entry may not be found
Commit: https://github.com/vim/vim/commit/83d3b3b8a444349a13c4d9091afc6a3de252afa8
Author: Christian Brabandt <cb@256bit.org>
Date: Tue Apr 30 20:45:09 2024 +0200
patch 9.1.0384: tests: vt420 terminfo entry may not be found
Problem: tests: vt420 terminfo entry may not be found
(Shane-XB-Qian)
Solution: check existence of terminfo vt420 and infocmp command
related: #14595
closes: #14677
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 30 Apr 2024 21:00:03 +0200 |
parents | 3e9b24eac417 |
children |
line wrap: on
line source
/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. */ #ifdef PROTO // cproto runs into trouble when these types are missing typedef double _Float16; typedef double _Float32; typedef double _Float64; typedef double _Float128; typedef double _Float32x; typedef double _Float64x; #endif