]> matita.cs.unibo.it Git - helm.git/commitdiff
A "\n" is now prepended to the aliases that are inserted (to avoid the
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 20 Jul 2005 13:18:36 +0000 (13:18 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 20 Jul 2005 13:18:36 +0000 (13:18 +0000)
creation of horrible long lines).

helm/matita/matitaScript.ml

index 4425d10218521600380b721216d8b98569e636b5..bd0441bc32f9f622629def426d9dece89716336f 100644 (file)
@@ -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 =