view src/typemap @ 12271:e4aa68825575 v8.0.1015

patch 8.0.1015: missing update to terminal test commit https://github.com/vim/vim/commit/97a80e440ace3d433af3713271de8d53bbc36ab3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 30 13:31:49 2017 +0200 patch 8.0.1015: missing update to terminal test Problem: Missing update to terminal test. Solution: Add the changes to the test.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Aug 2017 13:45:05 +0200
parents dec4338a7da2
children
line wrap: on
line source

TYPEMAP
VIWIN	T_VIOBJNOMUNGE
VIBUF	T_VIOBJNOMUNGE

INPUT
T_VIOBJNOMUNGE
	if (sv_isa($arg, \"${ntype}\")) {
	    IV tmp = SvIV((SV*)SvRV($arg));
	    $var = INT2PTR($type, tmp);
	    if (!tmp)
		croak(\"$ntype no longer exists\");
	}
	else
	    croak(\"$var is not of type ${ntype}\")