From 4cb1d4661879c415eec55951b3e57344c697ef7b Mon Sep 17 00:00:00 2001 From: Fang Date: Mon, 31 Jul 2017 18:06:08 -0700 Subject: [PATCH] correctly check for outdents without intervening blank lines --- gen/cram.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/cram.hoon b/gen/cram.hoon index 38828d5a2..0bb63f014 100644 --- a/gen/cram.hoon +++ b/gen/cram.hoon @@ -611,7 +611,7 @@ $head | :: :: literals need to end with a blank line - ?($code $poem $expr) (gte col.pic col) + ?($code $poem $expr) (gte col.pic (add cur-indent col)) :: :: text flows must continue aligned ?($down $list $lime $lord $bloc) =(col.pic col)