view src/typemap @ 16932:df254cf0b4d1 v8.1.1467

patch 8.1.1467: cscope test fails commit https://github.com/vim/vim/commit/d6ec1730bab0ef4a472637ffe5796d1351442308 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 4 23:20:23 2019 +0200 patch 8.1.1467: cscope test fails Problem: Cscope test fails. Solution: Update expected text.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jun 2019 23:30: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}\")