fix, missing close parenthesis in call tip

This commit is contained in:
Basile Burg 2016-01-20 10:39:36 +01:00
parent e2ac5ddf31
commit 1ca1423579
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ begin
//
fTempLines.Delete(0);
tips := fTempLines.Text;
tips := tips[1..length(tips)-2];
tips := tips[1..length(tips)-1];
end;
procedure TCEDcdWrapper.getComplAtCursor(aList: TStrings);