view src/typemap @ 16364:db8f57e3e9f5 v8.1.1187

patch 8.1.1187: cannot recognize Pipfile commit https://github.com/vim/vim/commit/3a4c53ba51c01b8fea68972453a71c55cf32edbe Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 19 23:33:14 2019 +0200 patch 8.1.1187: cannot recognize Pipfile Problem: Cannot recognize Pipfile. Solution: Use existing filetypes. (Charles Ross, closes https://github.com/vim/vim/issues/4280)
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Apr 2019 23:45:04 +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}\")