fix: Use R for less so it's not bad
This commit is contained in:
@@ -32,7 +32,7 @@ local bat_maker = function(filename, lnum, start, finish)
|
|||||||
if start then
|
if start then
|
||||||
table.insert(command, {"--pager", string.format("less -S +%s", start)})
|
table.insert(command, {"--pager", string.format("less -S +%s", start)})
|
||||||
else
|
else
|
||||||
table.insert(command, {"--pager", "less -S"})
|
table.insert(command, {"--pager", "less -RS"})
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if start and finish then
|
if start and finish then
|
||||||
|
|||||||
Reference in New Issue
Block a user