We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5570c0 commit 0ea95e5Copy full SHA for 0ea95e5
diff-so-fancy
@@ -52,15 +52,6 @@ mark_empty_lines () {
52
$SED -E "s/^$color_code_regex[\+\-]$reset_color\s*$/$invert_color\1 $reset_escape/g"
53
}
54
55
-strip_leading_symbols () {
56
- # strip the + and -
57
- $SED -E "s/^($color_code_regex)[\+\-]/\1 /g"
58
-}
59
-
60
-strip_first_column () {
61
- $SED -E "s/^($color_code_regex)[[:space:]]/\1/g"
62
63
64
print_horizontal_rule () {
65
let width="$(tput cols)"
66
0 commit comments