From c84e737c3f64030dc9b66ddb931cac757e9ba986 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 27 Oct 2010 17:31:18 -0700 Subject: plumb: column numbers in file address R=rsc http://codereview.appspot.com/2776042 --- plumb/fileaddr | 1 + 1 file changed, 1 insertion(+) (limited to 'plumb/fileaddr') diff --git a/plumb/fileaddr b/plumb/fileaddr index 0f08dc3e..cd2f120f 100644 --- a/plumb/fileaddr +++ b/plumb/fileaddr @@ -1,3 +1,4 @@ addrelem='((#?[0-9]+)|(/[A-Za-z0-9_\^]+/?)|[.$])' addr=:($addrelem([,;+\-]$addrelem)*) +twocolonaddr = :([0-9]+)[:.]([0-9]+) -- cgit v1.2.3