mirror of https://gitlab.com/basile.b/dexed.git
fix upstream reg, msg kind nit guessed when incl a fname, due to 541d1491
This commit is contained in:
parent
cea640695e
commit
719eb4bf54
|
@ -1057,11 +1057,6 @@ begin
|
||||||
begin
|
begin
|
||||||
if rng.empty then
|
if rng.empty then
|
||||||
break;
|
break;
|
||||||
idt := '';
|
|
||||||
// core|std.exception...
|
|
||||||
if rng.front = '.' then
|
|
||||||
rng.popFront^.popUntil(alp)
|
|
||||||
else
|
|
||||||
idt := rng.popUntil(alp)^.takeWhile(alp).yield;
|
idt := rng.popUntil(alp)^.takeWhile(alp).yield;
|
||||||
if idt = '' then
|
if idt = '' then
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue