From c7b93cb79b6ba6886bfbd6260ee4c8e4a160776e Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 20 Jul 2005 13:18:36 +0000 Subject: [PATCH] A "\n" is now prepended to the aliases that are inserted (to avoid the creation of horrible long lines). --- helm/matita/matitaScript.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/matita/matitaScript.ml b/helm/matita/matitaScript.ml index 4425d1021..bd0441bc3 100644 --- a/helm/matita/matitaScript.ml +++ b/helm/matita/matitaScript.ml @@ -130,7 +130,7 @@ let eval_with_engine guistuff status user_goal parsed_text st = if DisambiguateTypes.Environment.is_empty new_aliases then parsed_text else - prepend_text (DisambiguatePp.pp_environment new_aliases) + prepend_text ("\n" ^ DisambiguatePp.pp_environment new_aliases) parsed_text in let new_text = -- 2.39.2