mirror of https://gitlab.com/basile.b/dexed.git
fix, work around a DCD bug, asterisk returned as completion kind
This commit is contained in:
parent
9528b70fda
commit
a3aa014085
|
@ -326,6 +326,8 @@ begin
|
|||
'l': item += ' (alias) ';
|
||||
't': item += ' (template) ';
|
||||
'T': item += ' (mixin) ';
|
||||
// see https://github.com/Hackerpilot/dsymbol/blob/master/src/dsymbol/symbol.d#L47
|
||||
'*', '?': continue; // internal DCD stuff, said not to happen but actually it does (e.g invoke DCD after $i)
|
||||
end;
|
||||
aList.Add(item);
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue