From: Alan Knowles Date: Sun, 17 Mar 2024 04:05:36 +0000 (+0800) Subject: src/Lsp.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=03e86e82f661b8d6831f7a1b4bfbad4713dd5a40;p=roobuilder src/Lsp.vala --- diff --git a/src/Lsp.vala b/src/Lsp.vala index a68771475..335d10228 100644 --- a/src/Lsp.vala +++ b/src/Lsp.vala @@ -441,7 +441,7 @@ namespace Lsp { } public stirng sort_key { owned get { - return this.kind.sort_key().to_string() + '-' + this.name; + return this.kind.sort_key().to_string() + "=" + this.name; } }