mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 08:16:10 +08:00
Compatibility with BSD sed
This commit is contained in:
parent
dc211893b1
commit
fdb6520250
|
@ -24,8 +24,8 @@ function omf.cli.help
|
||||||
s/<<[^,]*,\([^>]*\)>>/\1/g
|
s/<<[^,]*,\([^>]*\)>>/\1/g
|
||||||
|
|
||||||
# Definition lists.
|
# Definition lists.
|
||||||
s/^\(\S.*\)::\(..*\)/\1\2/g
|
s/^\([^[:space:]].*\)::\(..*\)/\1\2/g
|
||||||
s/^\(\S.*\)::/$b\1$r/g
|
s/^\([^[:space:]].*\)::/$b\1$r/g
|
||||||
|
|
||||||
# Nice bullets for unordered lists.
|
# Nice bullets for unordered lists.
|
||||||
s/^[*-] /· /g
|
s/^[*-] /· /g
|
||||||
|
@ -47,7 +47,7 @@ function omf.cli.help
|
||||||
s/_\([^_]*\)_/$u\1$r/g
|
s/_\([^_]*\)_/$u\1$r/g
|
||||||
|
|
||||||
# Underline links.
|
# Underline links.
|
||||||
s/\w\w*:\S\S*/$u&$r/g
|
s/[[:alnum:]_][[:alnum:]_]*:[^[:space:]][^[:space:]]*/$u&$r/g
|
||||||
|
|
||||||
# Underline variable names in angle brackets.
|
# Underline variable names in angle brackets.
|
||||||
s/<[^>]*>/$u&$r/g
|
s/<[^>]*>/$u&$r/g
|
||||||
|
|
Loading…
Reference in New Issue
Block a user