mirror of https://gitlab.com/basile.b/dexed.git
fix, missing close parenthesis in call tip
This commit is contained in:
parent
e2ac5ddf31
commit
1ca1423579
|
@ -274,7 +274,7 @@ begin
|
||||||
//
|
//
|
||||||
fTempLines.Delete(0);
|
fTempLines.Delete(0);
|
||||||
tips := fTempLines.Text;
|
tips := fTempLines.Text;
|
||||||
tips := tips[1..length(tips)-2];
|
tips := tips[1..length(tips)-1];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEDcdWrapper.getComplAtCursor(aList: TStrings);
|
procedure TCEDcdWrapper.getComplAtCursor(aList: TStrings);
|
||||||
|
|
Loading…
Reference in New Issue