diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-03-11 00:07:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 00:07:15 +0100 |
commit | 279931800be60e7da3b94649a0923d0a2f678e38 (patch) | |
tree | b7a4d71b6e7725585d131e5513120ce1490b0fac /doc | |
parent | f70c6560b6e950168b0b4481e1f20a7df121d60d (diff) | |
parent | 57986303066ebbacbea5e103ba75719e030e081d (diff) | |
download | ranger-279931800be60e7da3b94649a0923d0a2f678e38.tar.gz |
Merge pull request #1490 from Vifon/open_all_images_dwim
Temporarily disable open_all_images if there are too many images
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 7 | ||||
-rw-r--r-- | doc/ranger.pod | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 7604e124..09bd94a4 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) +.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.2" "2019-02-24" "ranger manual" +.TH RANGER 1 "ranger-1.9.2" "2019-03-10" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -945,6 +945,9 @@ Start line numbers from 1. Possible values are: .IX Item "open_all_images [bool]" Open all images in this directory when running certain image viewers like feh or sxiv? You can still open selected files by marking them. +.Sp +If there would be too many files for the system to handle, this option +will be temporarily disabled automatically. .IP "padding_right [bool]" 4 .IX Item "padding_right [bool]" When collapse_preview is on and there is no preview, should there remain a diff --git a/doc/ranger.pod b/doc/ranger.pod index 3b9b92fc..e3419d0f 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -967,6 +967,9 @@ Start line numbers from 1. Possible values are: Open all images in this directory when running certain image viewers like feh or sxiv? You can still open selected files by marking them. +If there would be too many files for the system to handle, this option +will be temporarily disabled automatically. + =item padding_right [bool] When collapse_preview is on and there is no preview, should there remain a |