From 03e86e82f661b8d6831f7a1b4bfbad4713dd5a40 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 17 Mar 2024 12:05:36 +0800 Subject: [PATCH] src/Lsp.vala --- src/Lsp.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2