diff options
author | hut <hut@lepus.uberspace.de> | 2016-01-01 02:00:24 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2016-01-01 02:00:24 +0100 |
commit | 91a552f35bb0484b7d9c4f1a423b4cea446bb742 (patch) | |
tree | b86067216331f84dd88ad69b872b46e3c65eb6bd /ranger | |
parent | 951a95c2abbbf682fa087d567542b0cd76afcda3 (diff) | |
download | ranger-91a552f35bb0484b7d9c4f1a423b4cea446bb742.tar.gz |
ranger.pod: describe that :setlocal path is a regex
fixes #443
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/config/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 453f7f6a..40377547 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -374,7 +374,7 @@ class set_(Command): class setlocal(set_): - """:setlocal path=<python string> <option name>=<python expression> + """:setlocal path=<regular expression> <option name>=<python expression> Gives an option a new value. """ |