We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4296f43 commit 2341656Copy full SHA for 2341656
plugins/word-completion/prefix-tree-node.vala
@@ -229,7 +229,7 @@ public class Scratch.Plugins.PrefixNode : Object {
229
230
var initial_sb_str = sb.str;
231
foreach (var child in children) {
232
- if (child.type == WORD_END) {
+ if (child.type == WORD_END && child.occurs ()) {
233
completions.prepend (sb.str);
234
} else {
235
sb.append (child.char_s);
0 commit comments