diff options
author | Marcel Partap <mpartap@gmx.net> | 2019-09-11 10:35:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 10:35:52 +0200 |
commit | 02714ab883bff9e807d9e78951eebfdb027bdcf1 (patch) | |
tree | feaa42835a8ea5b428f770792b306d3e64f8d11e /doc/ranger.pod | |
parent | 40350d99009cbb537e3a8e6d13ca8f37cfc3a73b (diff) | |
parent | 86281229606e147870b365d7aff445e394883674 (diff) | |
download | ranger-02714ab883bff9e807d9e78951eebfdb027bdcf1.tar.gz |
Merge branch 'master' into fix-status-bar-position
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 0fd5cc47..4b44fc92 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -985,6 +985,14 @@ all directories above the current one as well? Enable mouse input? +=item nested_ranger_warning [string] + +Warn at startup if C<RANGER_LEVEL> is greater than 0, in other words give a +warning when you nest ranger in a subshell started by ranger. Allowed values +are C<true>, C<false> and C<error>. The special value C<error> promotes the +warning to an error, this is usually shown as red text but will crash ranger +when run with the C<--debug> flag. + =item one_indexed [bool] Start line numbers from 1. Possible values are: |