latest SmokedOut, hopefully starting work again
parent
f7fe2598dd
commit
8e20bee820
|
@ -178,7 +178,8 @@ public class FactorPlugin extends EditPlugin
|
|||
while(words != null)
|
||||
{
|
||||
FactorWord w = (FactorWord)words.car;
|
||||
|
||||
if(w.name != null)
|
||||
{
|
||||
if(anywhere)
|
||||
{
|
||||
if(w.name.indexOf(word) != -1)
|
||||
|
@ -189,6 +190,7 @@ public class FactorPlugin extends EditPlugin
|
|||
if(w.name.startsWith(word))
|
||||
completions.add(w);
|
||||
}
|
||||
}
|
||||
|
||||
words = words.next();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue