messages, support for quick jump from mixin errors

This commit is contained in:
Basile Burg 2015-05-03 17:56:48 +02:00
parent d0ed450c53
commit 588d99a473
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ begin
inc(i);
if i > length(aMessage) then
exit;
if aMessage[i] = '(' then
if (aMessage[i] = '(') or (aMessage[i..i+5] = '-mixin') then
begin
if not fileExists(ident) then
exit;