src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 03:38:20 +0000 (11:38 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 03:38:20 +0000 (11:38 +0800)
src/Lsp.vala

index 3b46138..f385941 100644 (file)
@@ -442,7 +442,7 @@ namespace Lsp {
                        owned get {
                                GLib.debug("%s : %s", this.name, this.detail);
                                //var detail = this.detail == "" ? (this.kind.to_string() + ": " + this.name) : this.detail;
-                                return GLib.markup_escape_text(this.detail + "\nline: " + this.range.start.line.to_string());
+                                return GLib.Markup.escape_text(this.detail + "\nline: " + this.range.start.line.to_string());
                                
                        }
                }