fix: Use R for less so it's not bad

This commit is contained in:
TJ DeVries
2020-10-09 17:34:26 -04:00
parent fe63e4f1de
commit 6267ead134

View File

@@ -32,7 +32,7 @@ local bat_maker = function(filename, lnum, start, finish)
if start then
table.insert(command, {"--pager", string.format("less -S +%s", start)})
else
table.insert(command, {"--pager", "less -S"})
table.insert(command, {"--pager", "less -RS"})
end
else
if start and finish then