diff options
author | Toon Nolten <toon.nolten@student.kuleuven.be> | 2019-08-18 15:05:08 +0200 |
---|---|---|
committer | Toon Nolten <toon.nolten@student.kuleuven.be> | 2019-08-18 15:15:50 +0200 |
commit | 9511bd6e6b0d8a3e8ce04b723cf4903b81db1b61 (patch) | |
tree | b2cc8b2a46b9f65eda963aaac852e1a918502643 /doc/ranger.pod | |
parent | 498ac4ffa7b90d385de6078a9162606a6bc524c3 (diff) | |
download | ranger-9511bd6e6b0d8a3e8ce04b723cf4903b81db1b61.tar.gz |
Drop truth values; rename warning setting
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: |