mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
plumb: character offsets start at 1, not 0
x:10:1 is the beginning of line 10 R=rsc http://codereview.appspot.com/4960049
This commit is contained in:
parent
4a8214b1ec
commit
f0a4e8bd6c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ type is text
|
|||
data matches '([.a-zA-Z¡-0-9_/\-]*[a-zA-Z¡-0-9_/\-])'$twocolonaddr'
|
||||
arg isfile $1
|
||||
data set $file
|
||||
attr add addr=$2-#0+#$3
|
||||
attr add addr=$2-#1+#$3
|
||||
plumb to edit
|
||||
plumb client $editor
|
||||
|
||||
|
|
Loading…
Reference in a new issue