Compatibility with BSD sed

pull/502/head
Stephen M. Coakley 7 years ago
parent dc211893b1
commit fdb6520250
No known key found for this signature in database
GPG Key ID: 91B59C18494C4FC0

@ -24,8 +24,8 @@ function omf.cli.help
s/<<[^,]*,\([^>]*\)>>/\1/g
# Definition lists.
s/^\(\S.*\)::\(..*\)/\1\2/g
s/^\(\S.*\)::/$b\1$r/g
s/^\([^[:space:]].*\)::\(..*\)/\1\2/g
s/^\([^[:space:]].*\)::/$b\1$r/g
# Nice bullets for unordered lists.
s/^[*-] /· /g
@ -47,7 +47,7 @@ function omf.cli.help
s/_\([^_]*\)_/$u\1$r/g
# Underline links.
s/\w\w*:\S\S*/$u&$r/g
s/[[:alnum:]_][[:alnum:]_]*:[^[:space:]][^[:space:]]*/$u&$r/g
# Underline variable names in angle brackets.
s/<[^>]*>/$u&$r/g

Loading…
Cancel
Save