Skip to content

Commit a83dfb5

Browse files
committed
Set LESS=R
1 parent b0bc928 commit a83dfb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

git-fmt-diff

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# globals {{{
77

88
gc_prog_name="fmt-diff"
9-
gc_version="1.0.0"
9+
gc_version="1.0.0-1-gb0bc928"
1010

1111
g_cached_opt=
1212

@@ -584,6 +584,8 @@ rm_list__push "$g_rm_list"
584584

585585
pwd -W > /dev/null 2>&1 && TMPDIR="$(cd "$TMPDIR" && pwd -W)"
586586

587+
export LESS="R$LESS"
588+
587589
trap 'cleanup' EXIT
588590
# }}}2
589591

0 commit comments

Comments
 (0)