view src/typemap @ 15669:d2ec272ae777 v8.1.0842

patch 8.1.0842: getchar_zero test fails on MS-Windows commit https://github.com/vim/vim/commit/cb908a813cebf7fb4608ff43fc3d258cf2768809 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 28 23:20:04 2019 +0100 patch 8.1.0842: getchar_zero test fails on MS-Windows Problem: getchar_zero test fails on MS-Windows. Solution: Disable the test for now.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Jan 2019 23:30:05 +0100
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}\")