summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-24 05:14:46 +0100
committernfnty <git@nfnty.se>2017-01-24 05:21:03 +0100
commit94dc542c80d56afd2edf9c80e5f4031770920f94 (patch)
tree8908e3e80908b7f321f7175138d940714bdb95ba /doc/ranger.pod
parent14f6e996305933d2a37d02c3a3ed87dc4a66b5e3 (diff)
downloadranger-94dc542c80d56afd2edf9c80e5f4031770920f94.tar.gz
config.commands: `setlocal`: Properly parse path with spaces
Added proper quote parsing

Fixes #753
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index fe2b45eb..e7f7acdc 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1296,6 +1296,9 @@ 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$>.
 
+I<path> can be quoted with either single or double quotes to prevent unwanted
+splitting. I<path='~/dl dl$'> or I<path="~/dl dl$">
+
 =item shell [-I<flags>] I<command>
 
 Run a shell command.  I<flags> are discussed in their own section.