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
1 changed files with 1 additions and 1 deletions

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