From 0f84c5ec6b6d5450156b9c2b8391d1ffcd7fd2c2 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 3 Sep 2014 17:14:00 -0700 Subject: [PATCH] see: disable string-limit? when setting margin to zero. --- basis/see/see.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/see/see.factor b/basis/see/see.factor index 712b55f142..0316acf378 100644 --- a/basis/see/see.factor +++ b/basis/see/see.factor @@ -21,6 +21,7 @@ GENERIC: see* ( defspec -- ) : synopsis ( defspec -- str ) [ + string-limit? off 0 margin set 1 line-limit set [ synopsis* ] with-in