summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-01-01 02:00:24 +0100
committerhut <hut@lepus.uberspace.de>2016-01-01 02:00:24 +0100
commit91a552f35bb0484b7d9c4f1a423b4cea446bb742 (patch)
treeb86067216331f84dd88ad69b872b46e3c65eb6bd /doc/ranger.pod
parent951a95c2abbbf682fa087d567542b0cd76afcda3 (diff)
downloadranger-91a552f35bb0484b7d9c4f1a423b4cea446bb742.tar.gz
ranger.pod: describe that :setlocal path is a regex
fixes #443
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index e1a8d032..60deedf3 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1243,6 +1243,10 @@ Assigns a new value to an option, but locally for the directory given by
 I<path>. This means, that this option only takes effect when visiting that
 directory. If no path is given, uses the current directory.
 
+I<path> is a regular expression.  This means that C<path=~/dl> applies to all
+paths that start with I<~/dl>, e.g. I<~/dl2> and I<~/dl/foo>. To avoid this,
+use C<path=~/dl$>.
+
 =item shell [-I<flags>] I<command>
 
 Run a shell command.  I<flags> are discussed in their own section.