view src/typemap @ 18929:edacd1e922c0 v8.2.0025

patch 8.2.0025: repeated word in comment Commit: https://github.com/vim/vim/commit/fe72d08400d9064b3f959f1f62f279527e64835a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 20 19:07:00 2019 +0100 patch 8.2.0025: repeated word in comment Problem: Repeated word in comment. Solution: Remove one. (Rene Nyffenegger, closes https://github.com/vim/vim/issues/5384)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Dec 2019 19: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}\")