diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-08-18 15:24:03 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-08-18 15:24:03 +0200 |
commit | ee344c896e85f92f91d097a95e88ae4ead786c7b (patch) | |
tree | a58f0281b335982b079335ae54f0aff66db29d25 /doc/ranger.pod | |
parent | 3e27a680f82f759eebd90a20a4920d4984413d6b (diff) | |
parent | 3c2f560bfafb41a85955cd2475915f24ed325b49 (diff) | |
download | ranger-ee344c896e85f92f91d097a95e88ae4ead786c7b.tar.gz |
Merge PR #1649
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: |