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:
parent
a6cc93ead0
commit
edc8ff6966
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue