1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Remove -S option from less; wrap long lines by default

This commit is contained in:
Ryan Fitzgerald 2013-11-09 12:49:27 -08:00
parent a6cc93ead0
commit edc8ff6966

View file

@ -111,7 +111,7 @@ module Pry::Pager
# Default to less, and make sure less is being passed the correct options
if pager.strip.empty? or pager =~ /^less\b/
pager = "less -R -S -F -X"
pager = "less -R -F -X"
end
pager