view src/typemap @ 7558:9a4c9dccd603 v7.4.1079

commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 16:00:53 2016 +0100 patch 7.4.1079 Problem: New include file missing from distribution. Missing changes to quickfix code. Solution: Add alloc.h to the list of distributed files. Use the enum in quickfix code.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 16:15:04 +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}\")