Mercurial > vim
view src/typemap @ 19707:8744a50560cb v8.2.0410
patch 8.2.0410: channel test fails too often on slow Mac
Commit: https://github.com/vim/vim/commit/3696839ef1165804159e28f50cb6113acc3d519d
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 19 16:22:44 2020 +0100
patch 8.2.0410: channel test fails too often on slow Mac
Problem: Channel test fails too often on slow Mac.
Solution: Increase waiting time to 10 seconds.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 19 Mar 2020 16:30: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}\")