clarified markup: open URL as editor file;
authorwenzelm
Sat, 19 Dec 2020 00:04:32 +0100
changeset 72949 854ebb9e4eb3
parent 72948 f3d0e4ea492d
child 72950 ac6457a70db5
clarified markup: open URL as editor file;
src/Pure/PIDE/document.ML
--- a/src/Pure/PIDE/document.ML	Sat Dec 19 00:00:58 2020 +0100
+++ b/src/Pure/PIDE/document.ML	Sat Dec 19 00:04:32 2020 +0100
@@ -441,7 +441,7 @@
                             (case try Url.explode parent of
                               NONE => Markup.path parent
                             | SOME (Url.File path) => Markup.path (Path.implode path)
-                            | SOME _ => Markup.url parent))
+                            | SOME _ => Markup.path parent))
                       in Position.report pos markup end)
                   else ();
                 val _ =