fix completion at dot was prevented

This commit is contained in:
Basile Burg 2014-08-11 03:06:08 +02:00
parent d7a5009897
commit d010ab5bfb
1 changed files with 1 additions and 2 deletions

View File

@ -332,8 +332,7 @@ begin
try
srcpos := curr.SelStart;
completion.ItemList.Clear;
if curr.GetWordAtRowCol(curr.LogicalCaretXY) <> '' then
ce_dcd.getCompletion(fname, srcpos, completion.ItemList);
ce_dcd.getCompletion(fname, srcpos, completion.ItemList);
finally
DeleteFile(fname);
end;