src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 04:05:36 +0000 (12:05 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 04:05:36 +0000 (12:05 +0800)
src/Lsp.vala

index a687714..335d102 100644 (file)
@@ -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;
                        }
                }