You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The initial implementation of relative addresses was too limited
* GNU and OpenBSD ed allow repeated +n, mixed +n and --++, as well as basing address from dot, dollar or a marked address
* tests..
++1= invalid: ambiguous
+= current +1
.+= current + 1
+1= current + 1
.+1= current + 1
.+3++= current + 5: ++ follows +n
$---= end - 3
$-3= end - 3
$-3+3= end: repeated +n
'x-5,'x+5nl list 5 lines of context around marked line x
0 commit comments