]> gitweb.factorcode.org Git - factor.git/commitdiff
see: disable string-limit? when setting margin to zero.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 4 Sep 2014 00:14:00 +0000 (17:14 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 4 Sep 2014 00:14:00 +0000 (17:14 -0700)
basis/see/see.factor

index 712b55f1424e3f8bbad13a1f9532ea23ccd09d1f..0316acf378550a1b3230dc106290f665eb419a50 100644 (file)
@@ -21,6 +21,7 @@ GENERIC: see* ( defspec -- )
 
 : synopsis ( defspec -- str )
     [
+        string-limit? off
         0 margin set
         1 line-limit set
         [ synopsis* ] with-in