remove searching print; check fids in use; handle addr correctly again
This commit is contained in:
parent
c91cfa9177
commit
07494878dc
3 changed files with 23 additions and 4 deletions
|
|
@ -138,7 +138,6 @@ regexp(uint showerr, Text *t, Range lim, Range r, Rune *pat, int dir, int *found
|
|||
q = Infinity;
|
||||
else
|
||||
q = lim.q1;
|
||||
warning(nil, "searching %d-%d\n", r.q1, q);
|
||||
found = rxexecute(t, nil, r.q1, q, &sel);
|
||||
}
|
||||
if(!found && showerr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue