view src/typemap @ 29625:78418bd45852 v9.0.0153

patch 9.0.0153: no fold and sign column for virtual text with "below" align Commit: https://github.com/vim/vim/commit/1306b36a7b63c33b8948a78c71feb087cf83a39d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 15:59:06 2022 +0100 patch 9.0.0153: no fold and sign column for virtual text with "below" align Problem: No fold and sign column for virtual text with "below" align and 'nowrap'. Solution: Go back to draw state WL_START when moving to the next line. (closes #10851)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 17:00:03 +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}\")